--- - name: monit is installed apt: name: monit state: installed tags: - monit - packages - name: custom config is installed template: src: custom.conf.j2 dest: /etc/monit/conf.d/custom.conf mode: "640" force: yes notify: restart monit tags: - monit