mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
This commit is contained in:
committed by
chouseknecht
parent
847f454bcc
commit
06dde0d332
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
.
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user