playbooks/run.yml

7 lines
122 B
YAML
Raw Normal View History

2025-04-20 19:42:40 +03:30
---
- name: run commands
hosts: all
tasks:
- name: run commands
command: "{{ item }}"
loop: "{{ commands }}"