From c29b78abf5c206a6d84afa286b207ab6b8dc376a Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 23 Oct 2024 14:29:35 +0200 Subject: [PATCH] refs #8025 List tags command added to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e90fcfa..3aeee33 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ ansible-playbook -i , playbooks/ping.yml *Note the comma at the end of the hostname or IP.* +List available tags for playbook. +``` +ansible-playbook playbooks/.yml --list-tags +``` + ## Manage secrets Secrets can be managed by using Ansible vault or an external keystore, Passbolt