aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-05-13 00:13:57 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-05-16 18:42:27 +0300
commitb5860daf11ac353049cb1654b9414a129e5cfb96 (patch)
tree87ed89711e4f0e85ace0a97fa123199152c67302 /README.md
parent4715a28fdcd87440400d17154bfa361d99db29cc (diff)
Rework
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