add a task to install libselinux-python so ansible doesn't abort.
This commit is contained in:
parent
c17fe661c4
commit
5452ab5346
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
- name: install libselinux-python to make ansible happy
|
||||
yum: state=installed name=libselinux-python
|
||||
|
||||
- name: update all
|
||||
command: yum -y update creates=/etc/sysconfig/global-update-applied
|
||||
register: updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue