mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Updated instructions for ansible-playbook command.
This commit is contained in:
parent
bc33b5a811
commit
eb2f9692fc
1 changed files with 1 additions and 1 deletions
|
@ -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] --ask-sudo-pass` inside this directory (substitute `[username]` for your macOS account username). Enter your account password when prompted.
|
||||
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.
|
||||
|
||||
> 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue