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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue