mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Don't validate file ownership
This commit is contained in:
@@ -158,8 +158,6 @@
|
||||
- rule_1_stat.stat.exists
|
||||
- rule_1_stat.stat.isreg
|
||||
- rule_1_stat.stat.mode == '0440'
|
||||
- rule_1_stat.stat.pw_name == 'root'
|
||||
- rule_1_stat.stat.gr_name == 'root'
|
||||
|
||||
- name: Check changed status
|
||||
ansible.builtin.assert:
|
||||
|
||||
Reference in New Issue
Block a user