To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
--- - name: Prepare hosts: all tasks: - name: Update apt cache apt: update_cache: true when: ansible_os_family == "Debian" - name: Ensure /etc/cron.d exists (missing in some Docker images) file: path: /etc/cron.d state: directory