From fca828e74310c3efd7098e9e2a7baac095cfb504 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 11 Mar 2021 10:18:47 -0600 Subject: [PATCH] Remove bunk inventory --- inventory-localhost/hosts.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 inventory-localhost/hosts.yml diff --git a/inventory-localhost/hosts.yml b/inventory-localhost/hosts.yml deleted file mode 100644 index d09c24c..0000000 --- a/inventory-localhost/hosts.yml +++ /dev/null @@ -1,6 +0,0 @@ -# vim:ft=ansible: -all: - hosts: - localhost: - ansible_connection: local - ansible_become: no