mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
Validate results for --system option
This commit is contained in:
parent
ae90bac688
commit
481de3d2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- sysctl_system_test1 is changed
|
||||
- sysctl_check_system1.stdout_lines == ["vm.swappiness = 10"]
|
||||
- "'10' in sysctl_check_system1.stdout"
|
||||
|
||||
# Test system_wide with reload=true
|
||||
- name: Set vm.dirty_ratio to 20 with system_wide and reload=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue