Skip to content

Commit db73bfa

Browse files
committed
fix formatting for template file
1 parent c041404 commit db73bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-compose/ansible/roles/sources/templates/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
working_dir: "/awx_devel"
5757
volumes:
5858
- type: bind
59-
source: /ssh-agent
59+
source: /run/user/1000/keyring/ssh
6060
target: /ssh-agent
6161
{% if editable_dependencies | length > 0 %}
6262
- "var_lib_awx:/var/lib/awx"

0 commit comments

Comments
 (0)