1
0
Fork 0
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:
Jon Ellis 2022-06-07 23:20:54 +01:00
parent 5a90d1dcf4
commit 28544a47d5

View file

@ -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: