diff --git a/playbook.yml b/playbook.yml index 4f483e1..029456b 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,9 +2,9 @@ become: yes hosts: webservers tasks: - - name: ensure apache is at the latest version + - name: ensure nano is at the latest version apt: update_cache: y dpkg_options: 'force-confnew,force-confdef' - name: firefox + name: nano state: latest