Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

1. Follow the [instructions to install the latest version of Ansible][ansible-install].
* In most cases, using pip: `pip install ansible`.
* If you use brew, then `brew install python2 ansible`, and then run
`export PYTHONPATH=$(pip2 show pyyaml | grep Location | awk '{print $2}') `
before you use `ansible-playbook`.
* If you use brew, then `brew install python2 ansible; pip install yamlish`,
and then run `export PYTHONPATH=$(pip2 show pyyaml | grep Location | awk
'{print $2}') ` before you use `ansible-playbook`.
2. Read this document.
3. For SSH access, see the [SSH guide](../doc/ssh.md).

Expand Down