From b71af6064c2d44557974c3e8cfe5ad254de03619 Mon Sep 17 00:00:00 2001 From: Alexander Nabokikh Date: Fri, 19 May 2023 10:41:20 +0200 Subject: [PATCH] docs(README): updated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01d93b..4b1437f 100644 --- a/README.md +++ b/README.md @@ -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"