2 changed files with
6 additions and
0 deletions
|
|
|
@ -6,6 +6,9 @@
|
|
|
|
gather_facts: no
|
|
|
|
gather_facts: no
|
|
|
|
any_errors_fatal: false
|
|
|
|
any_errors_fatal: false
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
- meta: end_play
|
|
|
|
|
|
|
|
when: not is_mitogen
|
|
|
|
|
|
|
|
|
|
|
|
- connection: local
|
|
|
|
- connection: local
|
|
|
|
command: |
|
|
|
|
command: |
|
|
|
|
ansible-playbook
|
|
|
|
ansible-playbook
|
|
|
|
|
|
|
|
@ -14,6 +14,9 @@
|
|
|
|
gather_facts: no
|
|
|
|
gather_facts: no
|
|
|
|
any_errors_fatal: true
|
|
|
|
any_errors_fatal: true
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
- meta: end_play
|
|
|
|
|
|
|
|
when: not is_mitogen
|
|
|
|
|
|
|
|
|
|
|
|
- mitogen_action_script:
|
|
|
|
- mitogen_action_script:
|
|
|
|
script: |
|
|
|
|
script: |
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
|