#314 mirrormanager: enable cron script installation
Merged 3 years ago by adrian. Opened 3 years ago by adrian.
fedora-infra/ adrian/ansible 2020-11-17-update-mirrorlist-script  into  master

@@ -40,7 +40,7 @@ 

    copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron

    tags:

    - config

-   when: env != 'staging' and datacenter != 'iad2'

+   when: env != 'staging'

  

  - name: install backend helper scripts

    copy: src={{ item }} dest=/usr/local/bin/{{ item }} mode=0755

During the datacenter move the cron script installation was disabled for IAD2. This removes this conditional to be able to update the cron script again.

Pull-Request has been merged by adrian

3 years ago
Metadata