Skip to content

Commit c196c6f

Browse files
authored
Merge pull request geerlingguy#90 from Brian-Williams/patch-1
Fix Ansible link
2 parents 7382e02 + 3e4eedf commit c196c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a work in progress, and is mostly a means for me to document my current
1818
## Installation
1919

2020
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).
21+
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html).
2222
3. Clone this repository to your local drive.
2323
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
2424
5. Run `ansible-playbook main.yml -i inventory --ask-become-pass` inside this directory. Enter your account password when prompted.

0 commit comments

Comments
 (0)