From fc516633a2c859ea5f6d580b5e24cbb25df69294 Mon Sep 17 00:00:00 2001 From: jfpanisset <32653482+jfpanisset@users.noreply.github.com> Date: Sun, 21 Oct 2018 14:59:24 -0700 Subject: [PATCH] refresh_inventory doc typo (#47402) Fix typo in example for usage of refresh_inventory meta task --- lib/ansible/modules/utilities/helper/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/helper/meta.py b/lib/ansible/modules/utilities/helper/meta.py index b2c093e868c..3de3f6bf8a2 100644 --- a/lib/ansible/modules/utilities/helper/meta.py +++ b/lib/ansible/modules/utilities/helper/meta.py @@ -60,7 +60,7 @@ EXAMPLES = ''' cloud_guest: # this is fake module name: newhost state: present -- name: Refresh inventory to ensure new instaces exist in inventory +- name: Refresh inventory to ensure new instances exist in inventory meta: refresh_inventory - name: Clear gathered facts from all currently targeted hosts