Update network_best_practices_2.5.rst (#70962)

Fix a small typo in the playbook tasks sample section
pull/70975/head
PJ Waskiewicz 4 years ago committed by GitHub
parent 748ba96610
commit 69e5c6c14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -201,7 +201,7 @@ Next, create a playbook file called ``facts-demo.yml`` containing the following:
eos_facts:
when: ansible_network_os == 'eos'
- name: Gather facts (ops)
- name: Gather facts (ios)
ios_facts:
when: ansible_network_os == 'ios'

Loading…
Cancel
Save