change variable in get_ipabackup_dir.yml

This commit is contained in:
Ivan PANICO
2021-03-10 10:14:39 +01:00
parent 3c666ccdaa
commit 0e7f4e2b1b

View File

@@ -1,6 +1,6 @@
---
- name: Get IPA_BACKUP_DIR dir from ipaplatform
command: "{{ ansible_playbook_python }}"
command: "{{ ansible_python_interpreter | default('/usr/bin/python') }}"
args:
stdin: |
from ipaplatform.paths import paths