mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
change variable in get_ipabackup_dir.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Get IPA_BACKUP_DIR dir from ipaplatform
|
- name: Get IPA_BACKUP_DIR dir from ipaplatform
|
||||||
command: "{{ ansible_playbook_python }}"
|
command: "{{ ansible_python_interpreter | default('/usr/bin/python') }}"
|
||||||
args:
|
args:
|
||||||
stdin: |
|
stdin: |
|
||||||
from ipaplatform.paths import paths
|
from ipaplatform.paths import paths
|
||||||
|
|||||||
Reference in New Issue
Block a user