We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b3661 commit 4f58bedCopy full SHA for 4f58bed
docker-compose.yml
@@ -9,4 +9,5 @@ services:
9
dockerfile: ansible/Dockerfile
10
volumes:
11
- ./config/ansible.cfg:/etc/ansible/ansible.cfg
12
- - ./config/hosts:/etc/ansible/hosts
+ - ./config/hosts:/etc/ansible/hosts
13
+ command: sh -c 'trap "exit" TERM; while true; do sleep 1; done'
0 commit comments