summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/run-once-pass.yml
blob: 030a2a0513798d5b44a3a32d76998cb0f0213291 (plain)
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"