diff --git a/hello.yml b/hello.yml index bc3ff4b..aa46bf6 100644 --- a/hello.yml +++ b/hello.yml @@ -14,7 +14,7 @@ msg: Goodbye world! - - name: This should fail ansible-lint - package: + - name: Install Htop + ansible.builtin.package: name: htop state: present