Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variable for DEFAULT_NO_TARGET_SYSLOG #68971

Merged
merged 2 commits into from Apr 16, 2020

Conversation

jborean93
Copy link
Contributor

SUMMARY

Expose DEFAULT_NO_TARGET_SYSLOG through a variable and add notes that this also affects newer style PowerShell modules. Setting it on the task is done like

- win_stat:
    path: C:\Windows
  vars:
    ansible_no_target_syslog: True

Fixes #68656

ISSUE TYPE
  • Docs Pull Request
  • Feature Pull Request
COMPONENT NAME

config

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. has_issue needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Apr 16, 2020
lib/ansible/config/base.yml Outdated Show resolved Hide resolved
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Apr 16, 2020
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Apr 16, 2020
@jborean93 jborean93 merged commit de6b047 into ansible:devel Apr 16, 2020
@jborean93 jborean93 deleted the ansible-basic-syslog branch April 16, 2020 10:25
@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label Apr 16, 2020
@ansible ansible locked and limited conversation to collaborators May 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. has_issue support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ansible.Basic - do no output even log if DEFAULT_NO_TARGET_SYSLOG is set
3 participants