diff options
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 |
