Fix indent on example of set_fact module (#66554)
Fixed incorrect indent on example section in set_fact module's example section
This commit is contained in:
parent
9fd66556a6
commit
b59fa134be
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ EXAMPLES = r'''
|
||||||
|
|
||||||
# Example setting host facts using complex arguments
|
# Example setting host facts using complex arguments
|
||||||
- set_fact:
|
- set_fact:
|
||||||
one_fact: something
|
one_fact: something
|
||||||
other_fact: "{{ local_var * 2 }}"
|
other_fact: "{{ local_var * 2 }}"
|
||||||
another_fact: "{{ some_registered_var.results | map(attribute='ansible_facts.some_fact') | list }}"
|
another_fact: "{{ some_registered_var.results | map(attribute='ansible_facts.some_fact') | list }}"
|
||||||
|
|
||||||
# Example setting facts so that they will be persisted in the fact cache
|
# Example setting facts so that they will be persisted in the fact cache
|
||||||
- set_fact:
|
- set_fact:
|
||||||
|
|
Loading…
Reference in a new issue