Skip to content

Commit

Permalink
sysctl: Fixed sysctl to work on symlinks(ansible-collections#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
satken2 authored and jillr committed May 7, 2024
1 parent 97dcdee commit a842e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/sysctl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
path: /tmp/ansible_sysctl_test_symlink.conf
register: stat_result

- Ensure the sysctl file remains a symlink
- name: Ensure the sysctl file remains a symlink
assert:
that:
- stat_result.stat.islnk is defined and stat_result.stat.islnk
Expand Down

0 comments on commit a842e5f

Please sign in to comment.