diff --git a/test.yml b/test.yml index d695ff2..5e12563 100644 --- a/test.yml +++ b/test.yml @@ -5,15 +5,4 @@ tasks: - name: Ping the servers - ansible.builtin.ping: - - - name: Update all servers (Debian/Ubuntu) - apt: - upgrade: dist - update_cache: yes - - - name: Ensure vim is installed - apt: - name: vim - state: present - update_cache: yes \ No newline at end of file + ansible.builtin.ping: \ No newline at end of file