Skip to content

Commit

Permalink
add link to the playbook file
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 25, 2024
1 parent cb60dfc commit b2a72ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2a72ba

Please sign in to comment.