feat: new workflow
This commit is contained in:
6
Projects/kompose/auto/kompose.yml
Normal file
6
Projects/kompose/auto/kompose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Run kompose.sh with args
|
||||
shell: cd /root/Projects/kompose && ./kompose.sh "{{ kompose_filter }}" {{ kompose_command }}
|
||||
args:
|
||||
executable: /bin/bash
|
||||
Reference in New Issue
Block a user