diff --git a/inception.yml b/inception.yml new file mode 100644 index 0000000..ba5b506 --- /dev/null +++ b/inception.yml @@ -0,0 +1,12 @@ +--- +- name: update inception + hosts: all + tasks: + - name: Change directory to inception + chdir: /root/code/inception # Replace with the actual path + - name: Pull latest changes from Git repository + git: + repo: https://gt.eron.co/eron/inception.git + update: yes + - name: Run build script + command: ./build.sh \ No newline at end of file