mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Change with_*: loops to loop: loops. Fix some examples. (#46373)
This commit is contained in:
parent
e972287c35
commit
77fee07a88
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue