Merge pull request #90 from Brian-Williams/patch-1

Fix Ansible link
This commit is contained in:
Jeff Geerling 2021-02-11 13:06:22 -06:00 committed by GitHub
commit c196c6fd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ This is a work in progress, and is mostly a means for me to document my current
## Installation
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
2. [Install Ansible](http://docs.ansible.com/intro_installation.html).
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html).
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 --ask-become-pass` inside this directory. Enter your account password when prompted.