From 63c1cebc658bc8280e3aad87461a2bb2bdda7782 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 9 Dec 2023 00:10:42 -0500 Subject: [PATCH] check linting --- hello.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hello.yml b/hello.yml index 8d08764..bc3ff4b 100644 --- a/hello.yml +++ b/hello.yml @@ -12,3 +12,9 @@ - name: Say goodbye world ansible.builtin.debug: msg: Goodbye world! + + + - name: This should fail ansible-lint + package: + name: htop + state: present