diff --git a/playbook.yml b/playbook.yml index 5f71d6b..72e6898 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,12 +1,11 @@ - name: update web servers become: yes hosts: - - 193.176.240.2 - - 185.239.107.148 + - 130.185.120.60 tasks: - name: ensure apache is at the latest version apt: update_cache: y dpkg_options: 'force-confnew,force-confdef' - name: apache2 + name: firefox state: latest