diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 10e6d277c1..d5b2a329cc 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -240,20 +240,20 @@ owner=root group=root mode=0755 with_items: - genacls.pkgdb - #when: env != "staging" + when: env != "staging" tags: - config - distgit -#- name: install the genacls.pkgdb scripts -# template: src={{item}} dest=/usr/local/bin/genacls.pkgdb -# owner=root group=root mode=0755 -# with_items: -# - genacls.pkgdb.stg -# when: env == "staging" -# tags: -# - config -# - distgit +- name: install the genacls.pkgdb scripts + template: src={{item}} dest=/usr/local/bin/genacls.pkgdb + owner=root group=root mode=0755 + with_items: + - genacls.pkgdb.stg + when: env == "staging" + tags: + - config + - distgit - name: Add the genacl daily cron job copy: src=genacls.cron dest=/etc/cron.d/genacls.cron