Skip to content

Commit

Permalink
Fix indentation of when in example. (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jan 18, 2022
1 parent cd5ed01 commit a467f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/acme_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
# - copy:
# dest: /var/www/html/{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource'] }}
# content: "{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource_value'] }}"
# when: sample_com_challenge is changed and 'sample.com' in sample_com_challenge['challenge_data']
# when: sample_com_challenge is changed and 'sample.com' in sample_com_challenge['challenge_data']
#
# Alternative way:
#
Expand Down

0 comments on commit a467f03

Please sign in to comment.