Don't recurse directory mode, or it chmods existing files
This commit is contained in:
parent
665ef414a0
commit
a193020142
1 changed files with 0 additions and 3 deletions
|
@ -50,7 +50,6 @@
|
|||
owner: git
|
||||
group: git
|
||||
mode: 0750
|
||||
recurse: true
|
||||
|
||||
- name: Create /var/lib/gitea subdirectories
|
||||
become: true
|
||||
|
@ -60,7 +59,6 @@
|
|||
owner: git
|
||||
group: git
|
||||
mode: 0750
|
||||
recurse: true
|
||||
with_items:
|
||||
- custom
|
||||
- data
|
||||
|
@ -74,7 +72,6 @@
|
|||
owner: git
|
||||
group: git
|
||||
mode: 0750
|
||||
recurse: false
|
||||
|
||||
- name: Find latest gitea version
|
||||
uri:
|
||||
|
|
Loading…
Reference in a new issue