Hi, all.
I’m an Ansible newbie trying to create a playbook which will: 1) update all packages on a CentOS 6 box via yum, and 2) reboot the server if the kernel has been updated. Here’s my palybook:
Hi, all.
I’m an Ansible newbie trying to create a playbook which will: 1) update all packages on a CentOS 6 box via yum, and 2) reboot the server if the kernel has been updated. Here’s my palybook:
With some help from IRC channel, the fix was really simple. And, I was able to streamline, too. Here’s the working copy of my playbook: