Disable the pagure-specific genacls.pkgdb script in staging, just for today.
This commit is contained in:
parent
76993e05a1
commit
945f96e222
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue