- name: Create test
file:
path: /srv/test
state: directory
mode: 2770
owner: root
group: admin
Output of -v
{"changed": true, "gid": 6003, "group": "admin", "mode": "05322", "owner":
"root", "path": "/srv/test", "size": 4096, "state": "directory", "uid": 0}
So the mode of 2770 somehow gets converted to 05322
So any mode with SetGID, SetUID or SetSticky, gets mangled.
Tried in 1.6 and 1.7
1770 -> 03352
2770 -> 05322
4770 -> 01242
I should convert the end permissions to octal and see if there is a
pattern. Will do later. Just want to post this for now and see if someone
knows anything about this.
Thanks
Deon
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/36ed2d34-e94d-475f-b8a8-a1a00631fdd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.