--- - name: Noop hook hosts: all gather_facts: false tasks: - name: This is a noop hook ansible.builtin.debug: msg: 'This is a noop hook'