diff --git a/hello.yml b/hello.yml index aa46bf6..8d08764 100644 --- a/hello.yml +++ b/hello.yml @@ -12,9 +12,3 @@ - name: Say goodbye world ansible.builtin.debug: msg: Goodbye world! - - - - name: Install Htop - ansible.builtin.package: - name: htop - state: present