Compare commits

...

2 Commits

Author SHA1 Message Date
omidshj 733322588e Merge branch 'master' of https://gt.eron.co/eron/playbooks 2025-04-20 19:43:26 +03:30
omidshj 96b224dea7 runner playbook 2025-04-20 19:42:40 +03:30
1 changed files with 7 additions and 0 deletions

7
run.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: run commands
hosts: all
tasks:
- name: run commands
command: "{{ item }}"
loop: "{{ commands }}"