From ca9b87b8f87de4549bd589561370c0935be00132 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 26 Sep 2024 14:57:01 +0200 Subject: [PATCH] refs #8025 README ping description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a4b5eb..a8505d8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ansible-playbook -u root -i , [--tags tag1,tag2] playbooks/test. ## Common playbooks * **facts.yml**: Collect and display facts from a host -* **ping.yml**: Check that a host is alive and reachable by Ansible +* **ping.yml**: Check that a host is alive and reachable * **awx.yml**: Create and configure AWX user * **test.yml**: Test an specific role. Don't forget to undo changes before pushing! * **debian.yml**: Setup base Debian server