Skip to content

Commit b80ced1

Browse files
Added installation of yum-utils as requirement to reboot server
1 parent b87a1fb commit b80ced1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
msg: "You need to specify automatic_updates or security_updates (both to true)"
44
when: automatic_updates is not defined and security_updates is not defined
55

6+
- name: Process requirements (yum-utils)
7+
package:
8+
name: yum-utils
9+
state: installed
10+
611
- name: Install yum-cron
712
package:
813
name: yum-cron

0 commit comments

Comments
 (0)