Files
home/Projects/kompose/auto/kompose.yml
2025-10-10 12:40:43 +02:00

7 lines
193 B
YAML

- hosts: all
tasks:
- name: Run kompose.sh with args
shell: cd /root/Projects/kompose && ./kompose.sh "{{ kompose_filter }}" {{ kompose_command }}
args:
executable: /bin/bash