mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 16:05:03 +08:00
Tag bodhi2/backend tasks related to dist-repos
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
tags:
|
||||
- packages
|
||||
- bodhi
|
||||
- tag2distrepo
|
||||
|
||||
- name: install python3-ccolutils on fedora bodhi backends
|
||||
package: name=python3-cccolutils state=present
|
||||
@@ -439,6 +440,7 @@
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
- tag2distrepo
|
||||
|
||||
- name: Install dist-repo-regen.py
|
||||
copy:
|
||||
@@ -450,6 +452,7 @@
|
||||
when: inventory_hostname.startswith('bodhi-backend02') or inventory_hostname.startswith('bodhi-backend01.stg')
|
||||
tags:
|
||||
- bodhi
|
||||
- tag2distrepo
|
||||
|
||||
- name: Install cron job to regenerate dist repos regularly
|
||||
cron:
|
||||
@@ -462,6 +465,7 @@
|
||||
tags:
|
||||
- bodhi
|
||||
- cron
|
||||
- tag2distrepo
|
||||
|
||||
- name: Redirect debugging output from dist-repo-regen cron to mizdebsk
|
||||
cron:
|
||||
@@ -474,3 +478,4 @@
|
||||
tags:
|
||||
- bodhi
|
||||
- cron
|
||||
- tag2distrepo
|
||||
|
||||
Reference in New Issue
Block a user