7 lines
193 B
YAML
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
|