aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 389e728..b6d906f 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,10 @@ Use a `secrets.yml` file to provide secrets for Ansible to use. Required variabl
Run the playbook or only some tagged sub-playbooks:
```shell
-ansible-playbook -i inventory playbook.yml -t [tag1] [tag2] ...
+ansible-playbook -i inventory.prod site.yml
```
-See `playbook.yml` for available tags.
+See `site.yml` for available tags.
## Author