Updates
This commit is contained in:
parent
a65b27e865
commit
fa3f73122f
9 changed files with 40 additions and 41 deletions
|
|
@ -8,13 +8,13 @@
|
|||
## Usage
|
||||
|
||||
```bash
|
||||
$ ansible-playbook playbook.yml
|
||||
$ ansible-playbook main.yml
|
||||
```
|
||||
|
||||
Run everything.
|
||||
|
||||
```bash
|
||||
$ ansible-playbook playbook.yml -t <tag>
|
||||
$ ansible-playbook main.yml -t <tag>
|
||||
```
|
||||
|
||||
Run a specific tag.
|
||||
|
|
|
|||
Reference in a new issue