Avoid failing with grep
This commit is contained in:
parent
ebbc0ad3ec
commit
2e522d2ce2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
- name: Check if 'libvirt libvirt_guest' is in /etc/nsswitch.conf
|
- name: Check if 'libvirt libvirt_guest' is in /etc/nsswitch.conf
|
||||||
command: grep -c 'libvirt libvirt_guest' /etc/nsswitch.conf
|
command: grep -c 'libvirt libvirt_guest' /etc/nsswitch.conf
|
||||||
register: presence
|
register: presence
|
||||||
|
ignore_errors: true
|
||||||
changed_when: presence.stdout == '0'
|
changed_when: presence.stdout == '0'
|
||||||
|
|
||||||
- name: Put 'libvirt libvirt_guest' in /etc/nsswitch.conf
|
- name: Put 'libvirt libvirt_guest' in /etc/nsswitch.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue