- name: "install ferm" apt: name: ferm - name: "install ferm config" template: src: ferm.conf.j2 dest: /etc/ferm/ferm.conf notify: restart_ferm