a792e831e0
This is not necessary. The same argument can be passed on the command line and the role will pick it up itself. Change-Id: Ib2f80828ab4b6282ac68191409bac7d1a6ebddf3
6 lines
84 B
YAML
6 lines
84 B
YAML
- hosts: '*'
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: true
|