Tag bodhi2/backend tasks related to dist-repos

This commit is contained in:
Mikolaj Izdebski 2018-10-31 17:50:50 +00:00
parent 7ca37ae5ff
commit 5adfa08957

View file

@ -42,6 +42,7 @@
tags: tags:
- packages - packages
- bodhi - bodhi
- tag2distrepo
- name: install python3-ccolutils on fedora bodhi backends - name: install python3-ccolutils on fedora bodhi backends
package: name=python3-cccolutils state=present package: name=python3-cccolutils state=present
@ -439,6 +440,7 @@
tags: tags:
- config - config
- bodhi - bodhi
- tag2distrepo
- name: Install dist-repo-regen.py - name: Install dist-repo-regen.py
copy: copy:
@ -450,6 +452,7 @@
when: inventory_hostname.startswith('bodhi-backend02') or inventory_hostname.startswith('bodhi-backend01.stg') when: inventory_hostname.startswith('bodhi-backend02') or inventory_hostname.startswith('bodhi-backend01.stg')
tags: tags:
- bodhi - bodhi
- tag2distrepo
- name: Install cron job to regenerate dist repos regularly - name: Install cron job to regenerate dist repos regularly
cron: cron:
@ -462,6 +465,7 @@
tags: tags:
- bodhi - bodhi
- cron - cron
- tag2distrepo
- name: Redirect debugging output from dist-repo-regen cron to mizdebsk - name: Redirect debugging output from dist-repo-regen cron to mizdebsk
cron: cron:
@ -474,3 +478,4 @@
tags: tags:
- bodhi - bodhi
- cron - cron
- tag2distrepo