mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Try sysctl with an invalid name
This commit is contained in:
parent
80290d8e06
commit
ae90bac688
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@
|
||||||
name: test.invalid
|
name: test.invalid
|
||||||
value: 1
|
value: 1
|
||||||
reload: false
|
reload: false
|
||||||
|
sysctl_set: true
|
||||||
register: sysctl_test3
|
register: sysctl_test3
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue