--- # Additional configuration for the re2o-service mailserver, you have to deploy the re2o_service first - name: Create generated directory file: path: /var/local/re2o-services/mail-server/generated state: directory mode: "0755" owner: root group: root - name: Deploy cron for re2o-mail-server template: src: cron.d/re2o-services-mail-server.j2 dest: /etc/cron.d/re2o-services-mail-server