
The previous change to make the puppetmaster configurable in the ansible playbook omitted passing through the parameter in the task. Also, add the parameter to the module docs. Change-Id: I6bcd58803fd11c3d64608ea1d9fca269042936b4
5 lines
70 B
YAML
5 lines
70 B
YAML
---
|
|
- name: run puppet
|
|
puppet:
|
|
puppetmaster: "{{puppetmaster}}"
|