Fix param name in container_puppet_config example

Change-Id: I995bdd471911e0122d1170f73033e79935bbbed9
This commit is contained in:
Carlos Goncalves 2021-03-01 13:31:47 +01:00
parent 4eee228dc5
commit aaf7529d74
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ EXAMPLES = """
- name: Generate puppet container config for step 1
container_puppet_config:
step: 1
puppet-config: /var/lib/container-puppet/container-puppet.json
puppet_config: /var/lib/container-puppet/container-puppet.json
short_hostname: "{{ ansible_facts['hostname'] }}"
update_config_hash_only: false
- name: Update config hashes for container startup configs