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
This commit is contained in:
parent
61850681ab
commit
ecf9160315
@ -29,7 +29,7 @@ Example Playbook
|
|||||||
|
|
||||||
hosts: testvm
|
hosts: testvm
|
||||||
name: "Introspect node"
|
name: "Introspect node"
|
||||||
sudo: no
|
become: no
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
roles:
|
roles:
|
||||||
- role: ironic-inspect-node
|
- role: ironic-inspect-node
|
||||||
|
Loading…
Reference in New Issue
Block a user