Browse Source

latest

main
Mohammad Akbari 4 years ago
parent
commit
7faf74d5ff
  1. 4
      playbook.yml

4
playbook.yml

@ -2,9 +2,9 @@
become: yes become: yes
hosts: webservers hosts: webservers
tasks: tasks:
- name: ensure apache is at the latest version
- name: ensure nano is at the latest version
apt: apt:
update_cache: y update_cache: y
dpkg_options: 'force-confnew,force-confdef' dpkg_options: 'force-confnew,force-confdef'
name: firefox
name: nano
state: latest state: latest
Loading…
Cancel
Save