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:
Julia Kreger 2015-12-11 10:38:49 -05:00
parent 61850681ab
commit ecf9160315

View File

@ -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