From cc6614266ef29c02449f14954e8552b896668cc3 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 3 Jan 2022 07:57:51 -0500 Subject: [PATCH] cleaned up playbook to reflect changes in pfetch role --- pfetch.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pfetch.yml b/pfetch.yml index 3008673..fbc6620 100644 --- a/pfetch.yml +++ b/pfetch.yml @@ -9,10 +9,10 @@ # # This playbook can be run using the following command line; # -# ansible-playbook -i -e "homedir=" pfetch.yml +# ansible-playbook -i pfetch.yml # # ie, -# ansible-playbook -i 192.168.1.123, -e "homedir=/home/ubuntu" pfetch.yml +# ansible-playbook -i 192.168.1.123, pfetch.yml # ########################################################################### @@ -22,11 +22,5 @@ roles: - role: pfetch - vars: - # Set the following variable as required - # ie, - # homedir: /home/ubuntu - # Default is to apply the playbook against the root user - homedir: "/root" # EOF