From e29f324ea287792eb44bb583a58daabef9313100 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 9 Dec 2023 00:12:20 -0500 Subject: [PATCH] fix linting error --- hello.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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