From a467f036b1c8c5b35bce9f2d7bace69073c17468 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 18 Jan 2022 21:52:53 +0100 Subject: [PATCH] Fix indentation of when in example. (#382) --- 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 ee6a05f8..ce9a9abb 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: #