We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7382e02 commit 3e4eedfCopy full SHA for 3e4eedf
README.md
@@ -18,7 +18,7 @@ This is a work in progress, and is mostly a means for me to document my current
18
## Installation
19
20
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
21
- 2. [Install Ansible](http://docs.ansible.com/intro_installation.html).
+ 2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html).
22
3. Clone this repository to your local drive.
23
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
24
5. Run `ansible-playbook main.yml -i inventory --ask-become-pass` inside this directory. Enter your account password when prompted.
0 commit comments