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 owner=root group=root mode=0755
with_items: with_items:
- genacls.pkgdb - genacls.pkgdb
when: env != "staging" #when: env != "staging"
tags: tags:
- config - config
- distgit - distgit
- name: install the genacls.pkgdb scripts #- name: install the genacls.pkgdb scripts
template: src={{item}} dest=/usr/local/bin/genacls.pkgdb # template: src={{item}} dest=/usr/local/bin/genacls.pkgdb
owner=root group=root mode=0755 # owner=root group=root mode=0755
with_items: # with_items:
- genacls.pkgdb.stg # - genacls.pkgdb.stg
when: env == "staging" # when: env == "staging"
tags: # tags:
- config # - config
- distgit # - distgit
- name: Add the genacl daily cron job - name: Add the genacl daily cron job
copy: src=genacls.cron dest=/etc/cron.d/genacls.cron copy: src=genacls.cron dest=/etc/cron.d/genacls.cron