From b31218f94864a76844ebf2a336241902f7c04426 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 9 Nov 2023 13:07:00 -0500 Subject: [PATCH] remove ansible.cfg and update hosts for debug.yml --- ansible.cfg => __ansible.cfg.old | 0 debug.yml | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename ansible.cfg => __ansible.cfg.old (100%) diff --git a/ansible.cfg b/__ansible.cfg.old similarity index 100% rename from ansible.cfg rename to __ansible.cfg.old diff --git a/debug.yml b/debug.yml index 2677b6c..b1c50c0 100644 --- a/debug.yml +++ b/debug.yml @@ -1,6 +1,5 @@ - name: "Simple Test" - hosts: localhost - connection: local + hosts: all gather_facts: false become: false