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

pull/75719/merge
Brian Coca 2 years ago committed by GitHub
parent 1e3cf9f732
commit f6ac2b4f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save