diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-11-18 16:10:41 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-11-18 16:10:41 +0100 |
| commit | 1dfd292cf88cc3a0e415fff0e9525ead662a1f9d (patch) | |
| tree | 9e802430879e54883c41f7e42c27a7fbb6c8dd13 /ansible.yaml | |
| parent | ca4ad65bcb032ded36610054c59182599d39360f (diff) | |
saarctf
Diffstat (limited to 'ansible.yaml')
| -rw-r--r-- | ansible.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
