1 2 3 4 5 6 7 8
--- - name: "Example without run_once" hosts: all gather_facts: false tasks: - name: Task without run_once ansible.builtin.debug: msg: "Test"