Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.

This commit is contained in:
chouseknecht 2015-12-10 10:57:48 -05:00 committed by chouseknecht
commit 06dde0d332
4 changed files with 15 additions and 14 deletions

View file

@ -364,8 +364,8 @@ When you create your .travis.yml file add the following to cause Travis to notif
section of your ansible.cfg file.
List Travis Integrtions
=======================
List Travis Integrations
========================
Use the --list option to display your Travis integrations:

View file

@ -906,10 +906,10 @@ The following options can be set in the [galaxy] section of ansible.cfg:
server
======
Override the default Galaxy server value of https://galaxy.ansible.com.
Override the default Galaxy server value of https://galaxy.ansible.com. Useful if you have a hosted version of the Galaxy web app or want to point to the testing site https://galaxy-qa.ansible.com. It does not work against private, hosted repos, which Galaxy can use for fetching and installing roles.
ignore_certs
============
If set to *yes*, ansible-galaxy will not validate TLS certificates. Handy for testing against a server with a self-signed certificate
.
.