Skip to content

Commit

Permalink
Merge pull request #310 from asifbasha61/dev
Browse files Browse the repository at this point in the history
updated compose
  • Loading branch information
asifbasha61 authored Jun 23, 2023
2 parents 33ead31 + 5cb216a commit 34628d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/configurations/tasks/configure_compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- name: copying compose file to ansible directory
template:
src: docker-compose.yml_public.j2
src: docker-compose_public.yml.j2
dest: "docker-compose.yml"
mode: "0644"
when: mode_of_installation != "localhost"
tags: [ install, update ]

- name: copying compose file to ansible directory
template:
src: docker-compose.yml_localhost.j2
src: docker-compose_localhost.yml.j2
dest: "docker-compose.yml"
mode: "0644"
when: mode_of_installation == "localhost"
Expand Down

0 comments on commit 34628d0

Please sign in to comment.