Fix up registry
* Move to new reg binary. * Fix --delete on rsync that was blowing away flatpak indexes. * Fix varnish to not drop requests for pagination on the registry * Make cron jobs not email maxamillion directly. * Make cron job ignore INFO output.
This commit is contained in:
parent
c7d3ba82f4
commit
89d55ff508
5 changed files with 5 additions and 20 deletions
|
@ -1,16 +1,8 @@
|
|||
- name: install reg-server
|
||||
package:
|
||||
name: reg-server
|
||||
tags:
|
||||
- regserver
|
||||
when: env != 'staging'
|
||||
|
||||
- name: install reg-server
|
||||
package:
|
||||
name: reg
|
||||
tags:
|
||||
- regserver
|
||||
when: env == 'staging'
|
||||
|
||||
- name: Copy reg-server repositories html template
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue