Make sure required package are installed
This commit is contained in:
parent
db06546855
commit
29a3b73a70
1 changed files with 3 additions and 1 deletions
|
@ -13,12 +13,14 @@
|
||||||
when: updated is defined
|
when: updated is defined
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: ntp pkgs
|
- name: ntp pkgs
|
||||||
action: yum state=installed pkg=$item
|
action: yum state=installed pkg=$item
|
||||||
with_items:
|
with_items:
|
||||||
- ntpdate
|
- ntpdate
|
||||||
- ntp
|
- ntp
|
||||||
|
- libsemanage-python
|
||||||
|
- libselinux-python
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue