From ebee8e43fcd6bd45fb9080ddee4c769faa5e404f Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sat, 28 Sep 2024 17:58:34 -0400 Subject: [PATCH] ansible-playbook does not take a hostname arg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa7889..00f8bc0 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ removes both the configs and packages installed if you find yourself in a machine that has ansible pre-installed you could use it too to install -```ansible-playbook localhost install.yml -ask-become-pass``` +```ansible-playbook install.yml --ask-become-pass```