mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
This commit is contained in:
parent
847f454bcc
commit
06dde0d332
4 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
.
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue