Update network_best_practices_2.5.rst (#70962)
Fix a small typo in the playbook tasks sample section
This commit is contained in:
parent
748ba96610
commit
69e5c6c14a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ Next, create a playbook file called ``facts-demo.yml`` containing the following:
|
||||||
eos_facts:
|
eos_facts:
|
||||||
when: ansible_network_os == 'eos'
|
when: ansible_network_os == 'eos'
|
||||||
|
|
||||||
- name: Gather facts (ops)
|
- name: Gather facts (ios)
|
||||||
ios_facts:
|
ios_facts:
|
||||||
when: ansible_network_os == 'ios'
|
when: ansible_network_os == 'ios'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue