koji_builder: fix typo and add tags
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1951c7fb1b
commit
e13df4173b
1 changed files with 6 additions and 2 deletions
|
@ -358,7 +358,11 @@
|
||||||
- koji_builder/oomd
|
- koji_builder/oomd
|
||||||
|
|
||||||
- name: install script to update osbuild api ip in the firewall
|
- 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.
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue