mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
koji_builder: fix typo and add tags
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -358,7 +358,11 @@
|
||||
- koji_builder/oomd
|
||||
|
||||
- name: install script to update osbuild api ip in the firewall
|
||||
copy: src=osbuildapi-update.sh dst=/usr/local/bin/osbuildapi-update.sh mode=755
|
||||
copy: src=osbuildapi-update.sh dest=/usr/local/bin/osbuildapi-update.sh mode=755
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
- name: install cron job to run osbuild api ip update script every minute.
|
||||
copy: src=osbuildapi-update.cron dst=/etc/cron.d/osbuildapi-update.cron mode=644
|
||||
copy: src=osbuildapi-update.cron dest=/etc/cron.d/osbuildapi-update.cron mode=644
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
Reference in New Issue
Block a user