Disable the pagure-specific genacls.pkgdb script in staging, just for today.

This commit is contained in:
Ralph Bean 2016-08-03 07:12:10 +00:00
parent 76993e05a1
commit 945f96e222

View file

@ -186,20 +186,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