Skip to content

Commit 9bd4a1e

Browse files
committed
add no log
1 parent 15ae451 commit 9bd4a1e

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/ansible/playbooks/api/roles/api/tasks

1 file changed

+1
-1
lines changed

infrastructure/ansible/playbooks/api/roles/api/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
mode: 0600
1313

1414
- name: Create new api docker container
15+
no_log: true
1516
docker_container:
1617
name: '{{ container_name }}'
1718
image: '{{ docker_image }}'
@@ -32,7 +33,6 @@
3233
traefik.http.routers.api.middlewares: 'api-retry, api-cors'
3334
# Setting a service property ensures that the generated service name will be consistent between versions
3435
traefik.http.services.api.loadbalancer.server.scheme: 'http'
35-
no_log: true
3636

3737
- name: Swap docker containers if new one is healthy
3838
no_log: true

0 commit comments

Comments
 (0)