Change with_*: loops to loop: loops. Fix some examples. (#46373)

This commit is contained in:
Felix Fontein 2018-10-03 08:41:34 +02:00 committed by ansibot
commit 77fee07a88
2 changed files with 3 additions and 3 deletions

View file

@ -247,7 +247,7 @@ EXAMPLES = R'''
# # Note: item.value is a list of TXT entries, and route53
# # requires every entry to be enclosed in quotes
# value: "{{ item.value | map('regex_replace', '^(.*)$', '\'\\1\'' ) | list }}"
# with_dict: sample_com_challenge.challenge_data_dns
# loop: "{{ sample_com_challenge.challenge_data_dns | dictsort }}"
# when: sample_com_challenge is changed
- name: Let the challenge be validated and retrieve the cert and intermediate certificate