Use .cfg suffix for temporary Ansible config
This commit is contained in:
parent
624f165076
commit
c8a3fb8278
@ -7,7 +7,7 @@ PLAYBOOK_DIR="${3:-playbooks}"
|
||||
|
||||
cd "${PLAYBOOK_DIR}"
|
||||
|
||||
temp_config="$(mktemp)"
|
||||
temp_config="$(mktemp /tmp/xworkmate-bridge-ansible.XXXXXX.cfg)"
|
||||
trap 'rm -f "${temp_config}"' EXIT
|
||||
|
||||
awk '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user