Skip to content

Commit 6b1d327

Browse files
committed
Fix issues with warn: false
1 parent 1389350 commit 6b1d327

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tasks/post.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
update_cache: true
99
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
1010

11-
- name: test tinyproxy installation
11+
- name: test tinyproxy installation # noqa command-instead-of-module
1212
command: >
1313
curl -sL --head https://www.google.com --proxy http://{{ ansible_lo['ipv4']['address'] }}:{{ tinyproxy_port }}
14-
args:
15-
warn: false
1614
register: _result
1715
changed_when: false
1816
failed_when: _result.stdout.find('HTTP/1.0 200') == -1

0 commit comments

Comments
 (0)