--- - name: Configure database block: - name: Deploy configuration file template: src: etc/mongod.conf.j2 dest: /etc/mongod.conf mode: 0644 notify: __mongod_restart become: True