Ansible variables: Difference between revisions

put details in collapsed section; link to variable precedence
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 8: Line 8:
|collapsed_content=
|collapsed_content=


<source lang="json">
<syntaxhighlight lang="json">
wiki.example.net | SUCCESS => {
wiki.example.net | SUCCESS => {
     "ansible_facts": {                                                                                                                                                                                                                                               
     "ansible_facts": {                                                                                                                                                                                                                                               
Line 440: Line 440:
     "changed": false
     "changed": false
}
}
</source>
</syntaxhighlight>
}}
}}


[[Category:Ansible]]
[[Category:Ansible]]
[[Category:DevOps]]
[[Category:DevOps]]