Merge "Simplify gitea project creation control flow"
This commit is contained in:
commit
2cd5ebb815
@ -1,7 +1,5 @@
|
||||
- hosts: "gitea:!disabled"
|
||||
name: "Create repos on gitea servers"
|
||||
strategy: free
|
||||
max_fail_percentage: 1
|
||||
roles:
|
||||
- gitea-git-repos
|
||||
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
- hosts: "gitea:!disabled"
|
||||
name: "Create repos on gitea servers"
|
||||
strategy: free
|
||||
max_fail_percentage: 1
|
||||
roles:
|
||||
- role: gitea-git-repos
|
||||
gitea_always_update: true
|
||||
|
Loading…
Reference in New Issue
Block a user