summaryrefslogtreecommitdiff
path: root/roles/elevate/liquidtruth/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-22 20:35:59 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-22 20:35:59 +0200
commit28ea6d3f7249d85f3190a6fa75a0b45e2b133526 (patch)
treefe493ff6a142bdcd65ccc5f9978fec08b607df44 /roles/elevate/liquidtruth/tasks
parentubuntu: disable splash screen and vt_handoff (diff)
switch to explicit python interpreter handling
Diffstat (limited to 'roles/elevate/liquidtruth/tasks')
-rw-r--r--roles/elevate/liquidtruth/tasks/mongodb.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/elevate/liquidtruth/tasks/mongodb.yml b/roles/elevate/liquidtruth/tasks/mongodb.yml
index 77355f0f..390e9f7d 100644
--- a/roles/elevate/liquidtruth/tasks/mongodb.yml
+++ b/roles/elevate/liquidtruth/tasks/mongodb.yml
@@ -17,7 +17,7 @@
name:
- mongodb
- mongo-tools
- - python-pymongo
+ - "{{ python_basename }}-pymongo"
state: present
# - name: check if admin user already exists