From b2a72ba4394c083d54b7e17e3dbd12ff242f8dc7 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Mon, 25 Mar 2024 21:12:19 +0000 Subject: [PATCH] add link to the playbook file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a48c6ef..3fbef48 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ Lint the playbooks: ./ansible-lint.sh --offline --parseable example-destroy.yml ``` -Create and configure the `example1` machine using the `example.yml` playbook: +Create and configure the `example1` machine using the [`example.yml` playbook](example.yml): ```bash ./ansible-playbook.sh --limit=example1 example.yml | tee ansible.log ``` -Destroy the `example1` machine using the `example-destroy.yml` playbook: +Destroy the `example1` machine using the [`example-destroy.yml` playbook](example-destroy.yml): ```bash ./ansible-playbook.sh --limit=example1 example-destroy.yml | tee ansible.log