From ecf9160315f3bb0b33696c5b6f41d1232b888321 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 11 Dec 2015 10:38:49 -0500 Subject: [PATCH] Correct inspection doc sudo reference Minor documentation update where sudo: was in place in the review set while we switched over to leverage become: in preparation for Ansible 2.0. Change-Id: I76be1d7a929015e10ed39ec329930bcd3c2b76da Closes-Bug: 1504535 --- playbooks/roles/ironic-inspect-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/ironic-inspect-node/README.md b/playbooks/roles/ironic-inspect-node/README.md index bcc730008..60ba30e29 100644 --- a/playbooks/roles/ironic-inspect-node/README.md +++ b/playbooks/roles/ironic-inspect-node/README.md @@ -29,7 +29,7 @@ Example Playbook hosts: testvm name: "Introspect node" - sudo: no + become: no gather_facts: no roles: - role: ironic-inspect-node