Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-06-02 22:19:45 +0300
committerGitHub <noreply@github.com>2022-06-02 22:19:45 +0300
commita01815f3cea7f86dff7aa644ca3c53c105623a7c (patch)
tree670e3992befcb00401cfca990909bb7baf4e9eee /.github
parentc908d782fb75a6949fb1b7b1e7070948544a8258 (diff)
added note to omit -t all (#77956)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.yml6
2 files changed, 8 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 84050bddfcc..51942e02b0a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -119,14 +119,16 @@ body:
attributes:
label: Configuration
description: >-
- Paste verbatim output from `ansible-config dump --only-changed -t all`
- below, under the prompt line.
+ Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
+ (if using a version older than ansible-core 2.12 you should omit the '-t all')
Please don't wrap it with tripple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
+ # if using a version older than ansible-core 2.12 you should omit the '-t all'
$ ansible-config dump --only-changed -t all
placeholder: |
+ # if using a version older than ansible-core 2.12 you should omit the '-t all'
$ 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']
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml
index 8b82631dee0..edfe02721ca 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_report.yml
@@ -129,14 +129,16 @@ body:
attributes:
label: Configuration
description: >-
- Paste verbatim output from `ansible-config dump --only-changed -t all`
- below, under the prompt line.
+ Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
+ (if using a version older than ansible-core 2.12 you should omit the '-t all')
Please don't wrap it with tripple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
+ # if using a version older than ansible-core 2.12 you should omit the '-t all'
$ ansible-config dump --only-changed -t all
placeholder: |
+ # if using a version older than ansible-core 2.12 you should omit the '-t all'
$ 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']