summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-05-17 11:19:56 -0400
committerGitHub <noreply@github.com>2022-05-17 17:19:56 +0200
commitf6ac2b4f93548f3801cadc6ee6bd95bc54025a51 (patch)
tree6e12da6dcaf742543235a0032eaa084b556d3884
parent1e3cf9f732a0822720c3eee256acc73df338a004 (diff)
downloadansible-f6ac2b4f93548f3801cadc6ee6bd95bc54025a51.tar.gz
Update config dumping info to include 'all info' (#77802)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 9f6b982d64..84050bddfc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml
index db653700bc..8b82631dee 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_report.yml
@@ -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