Merge pull request #1219 from amiraliakbari/patch-1

Corrected links to Ansible documentation
This commit is contained in:
Rico Sta. Cruz 2019-10-15 20:29:12 +11:00 committed by GitHub
commit 23274c85e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ See: [Getting started](http://docs.ansible.com/ansible/latest/intro_getting_star
This is a list of hosts you want to manage, grouped into groups. (Hint: try This is a list of hosts you want to manage, grouped into groups. (Hint: try
using `localhost ansible_connection=local` to deploy to your local machine.) using `localhost ansible_connection=local` to deploy to your local machine.)
See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/playbooks_intro.html) See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/intro_inventory.html)
### Playbook ### Playbook
@ -68,7 +68,7 @@ See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/playbooks_intro
gem: name=bundler state=latest gem: name=bundler state=latest
``` ```
See: [Intro to Playbooks](http://docs.ansible.com/ansible/latest/intro_inventory.html) See: [Intro to Playbooks](http://docs.ansible.com/ansible/latest/playbooks_intro.html)
## Running ## Running