From de29a258c6e2d8e714c846085061e27a3a760ee7 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 04:54:17 +0000 Subject: [PATCH] Fix indentation of when in example. (#382) (#383) (cherry picked from commit a467f036b1c8c5b35bce9f2d7bace69073c17468) Co-authored-by: Felix Fontein --- plugins/modules/acme_certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/acme_certificate.py b/plugins/modules/acme_certificate.py index fba85b53..950a93f6 100644 --- a/plugins/modules/acme_certificate.py +++ b/plugins/modules/acme_certificate.py @@ -308,7 +308,7 @@ EXAMPLES = r''' # - 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: #