mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Don't validate file ownership
This commit is contained in:
parent
5a90d1dcf4
commit
28544a47d5
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue