diff --git a/roles/tagger/tasks/main.yml b/roles/tagger/tasks/main.yml index d837dad1b1..9a05c87085 100644 --- a/roles/tagger/tasks/main.yml +++ b/roles/tagger/tasks/main.yml @@ -15,6 +15,7 @@ - koji tags: - packages + - tagger - name: link the README into the right place because tagger is ridiculous file: > @@ -24,6 +25,7 @@ tags: - config - ridiculous + - tagger - name: make the cache directory file: > @@ -32,6 +34,7 @@ owner=apache group=apache mode=0755 tags: - config + - tagger - name: copy tagger app configuration template: > @@ -42,6 +45,7 @@ mode=0600 tags: - config + - tagger notify: - restart apache @@ -54,6 +58,7 @@ mode=0644 tags: - config + - tagger notify: - restart apache @@ -64,6 +69,7 @@ - httpd_verify_dns tags: - selinux + - tagger - name: check log file command: stat /var/log/fedoratagger.log @@ -71,6 +77,8 @@ always_run: yes changed_when: "1 != 1" ignore_errors: true + tags: + - tagger - name: ensure cronjob log file is writable file: > @@ -80,6 +88,7 @@ tags: - cron - config + - tagger when: logstat.rc == 1 - name: setup the update-with-new-packages cronjob @@ -89,6 +98,7 @@ tags: - cron - config + - tagger when: install_tagger_cron - name: setup the remove-old-and-crusty-packages cronjob @@ -98,4 +108,5 @@ tags: - cron - config + - tagger when: install_tagger_cron