From 69e5c6c14a9a5d694b657cfb24c2cc71f3d8fbdb Mon Sep 17 00:00:00 2001 From: PJ Waskiewicz Date: Tue, 28 Jul 2020 23:11:18 -0700 Subject: [PATCH] Update network_best_practices_2.5.rst (#70962) Fix a small typo in the playbook tasks sample section --- .../rst/network/user_guide/network_best_practices_2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst index 5cb5ab209bb..33a2fe46b0a 100644 --- a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst +++ b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst @@ -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'