Skip to content

Commit

Permalink
docs(README): updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed May 19, 2023
1 parent 070cf6d commit b71af60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This playbook installs and configures most of the software I use on my OSX machi

### Running a specific set of tagged tasks

You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook` 's `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas`, `dock`, `sudoers`, `fonts`, `vim`, `terminal`, `directories`, and `osx` .
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook` 's `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas`, `dock`, `sudoers`, `fonts`, `directories`, etc...

```sh
ansible-playbook main.yml -K --tags "dotfiles, homebrew"
Expand Down

0 comments on commit b71af60

Please sign in to comment.