mirror of https://github.com/ansible/ansible.git
(cherry picked from commit 6935c8e
)
pull/82585/head
parent
080c3ce90c
commit
beb04bc264
@ -0,0 +1,2 @@
|
||||
security_fixes:
|
||||
- ANSIBLE_NO_LOG - Address issue where ANSIBLE_NO_LOG was ignored (CVE-2024-0690)
|
@ -0,0 +1,13 @@
|
||||
- hosts: testhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- debug:
|
||||
no_log: true
|
||||
|
||||
- debug:
|
||||
no_log: false
|
||||
|
||||
- debug:
|
||||
|
||||
- debug:
|
||||
loop: '{{ range(3) }}'
|
Loading…
Reference in New Issue