@ -0,0 +1,12 @@
- name: update web servers
become: yes
hosts:
- 193.176.240.2
- 185.239.107.148
tasks:
- name: ensure apache is at the latest version
apt:
update_cache: y
dpkg_options: 'force-confnew,force-confdef'
name: apache2
state: latest