mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
copr-be: simplify permission setup
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
# - u=rw: Base 600 permissions for owner.
|
||||
# - X: Adds executable bit only if path is a directory (700) or was already executable (700).
|
||||
# - g=,o=: Explicitly removes permissions from group and others (resulting in D700/F600).
|
||||
mode: 'u=rwX,g=,o='
|
||||
mode: 'g=,o='
|
||||
state: directory
|
||||
recurse: yes
|
||||
tags:
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
# - u=rw: Base 600 permissions for owner.
|
||||
# - X: Adds executable bit only if path is a directory (700) or was already executable (700).
|
||||
# - g=,o=: Explicitly removes permissions from group and others (resulting in D700/F600).
|
||||
mode: 'u=rwX,g=,o='
|
||||
mode: 'g=,o='
|
||||
state: directory
|
||||
recurse: yes
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user