4add723107
* ansible-pull: run all playbooks when multiple are supplied * add test for ansible-pull with multiple playbooks supplied from cli * add changelog fragment
6 lines
155 B
YAML
6 lines
155 B
YAML
- name: test multiple playbooks for ansible-pull
|
|
hosts: all
|
|
gather_facts: False
|
|
tasks:
|
|
- name: debug output
|
|
debug: msg="test multi_play_1"
|