From 1dfd292cf88cc3a0e415fff0e9525ead662a1f9d Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 18 Nov 2023 16:10:41 +0100 Subject: saarctf --- ansible.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible.yaml') diff --git a/ansible.yaml b/ansible.yaml index 209337e..b13c60c 100644 --- a/ansible.yaml +++ b/ansible.yaml @@ -73,6 +73,11 @@ src: "./tulip/0001-restart-always.patch" dest: ~/tulip/docker-compose.yml + - name: Apply the Tulip Services patch + patch: + src: "./tulip/0002-tulip-services.patch" + dest: ~/tulip/services/api/configurations.py + - name: Build and run Docker containers with Docker Compose docker_compose: project_src: ~/tulip -- cgit v1.2.3