From 948797788dc5a1a997b36e01e26228ba1df5d6ec Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 25 Sep 2016 21:16:17 -0500 Subject: [PATCH] Simpler playbook instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b735065..3a94151 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a work in progress, and is mostly a means for me to document my current 2. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer). 3. Clone this repository to your local drive. 4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles. - 5. Run `ansible-playbook main.yml -i inventory -u [username] -K` inside this directory (substitute `[username]` for your macOS account username). Enter your account password when prompted. + 5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted. > Note: If some Homebrew commands fail, you might need to agree to XCode's license or fix some other Brew issue. Run `brew doctor` to see if this is the case.