Merge pull request #514 from FollowKenny/fix_ipabackup_var

change variable in get_ipabackup_dir.yml and update README.md
This commit is contained in:
Rafael Guterres Jeffman
2021-04-07 13:03:52 -03:00
committed by GitHub

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