From af04159d2c9ea78b5cd410e3820c3893d2761dfa Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 9 Dec 2023 00:14:11 -0500 Subject: [PATCH] bleh --- hello.yml | 6 ------ 1 file changed, 6 deletions(-) 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