mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
more iso cleanup and bug fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user