more iso cleanup and bug fixes

This commit is contained in:
Ryan Petrello
2019-03-25 13:39:52 -04:00
parent d0c952692d
commit 495dc2202f
4 changed files with 48 additions and 24 deletions

View File

@@ -27,6 +27,11 @@
- name: spawn the playbook
command: "ansible-runner start {{src}} -p {{playbook}} -i {{ident}}"
when: playbook is defined
- name: spawn the adhoc command
command: "ansible-runner start {{src}} -m {{module}} -a {{module_args}} -i {{ident}}"
when: module is defined
- name: write the secret environment data
mkfifo: