Update config dumping info to include 'all info' (#77802)

This commit is contained in:
Brian Coca
2022-05-17 17:19:56 +02:00
committed by GitHub
parent 1e3cf9f732
commit f6ac2b4f93
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -119,15 +119,15 @@ body:
attributes:
label: Configuration
description: >-
Paste verbatim output from `ansible-config dump --only-changed`
Paste verbatim output from `ansible-config dump --only-changed -t all`
below, under the prompt line.
Please don't wrap it with tripple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
$ ansible-config dump --only-changed
$ ansible-config dump --only-changed -t all
placeholder: |
$ ansible-config dump --only-changed
$ ansible-config dump --only-changed -t all
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh
@@ -129,15 +129,15 @@ body:
attributes:
label: Configuration
description: >-
Paste verbatim output from `ansible-config dump --only-changed`
Paste verbatim output from `ansible-config dump --only-changed -t all`
below, under the prompt line.
Please don't wrap it with tripple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
$ ansible-config dump --only-changed
$ ansible-config dump --only-changed -t all
placeholder: |
$ ansible-config dump --only-changed
$ ansible-config dump --only-changed -t all
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh