1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
17 lines
304 B
YAML
17 lines
304 B
YAML
handler: ansible
|
|
version: 0.0.1
|
|
actions:
|
|
run: run.yaml
|
|
update: run.yaml
|
|
remove: remove.yaml
|
|
input:
|
|
modules:
|
|
schema: [{}]
|
|
value: []
|
|
modules_path:
|
|
schema: str!
|
|
value: /etc/puppet/modules
|
|
forge:
|
|
schema: str!
|
|
value: https://forgeapi.puppetlabs.com
|