Skip to content
Snippets Groups Projects
Commit 1a9dfa31 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "kolla-toolbox container name variable"

parents 5ffbdfdf 8721ca35
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
- name: Initializing toolbox container using normal user
become: true
command: docker exec -t kolla_toolbox ansible --version
command: docker exec -t "{{ common_services['kolla-toolbox']['container_name'] }}" ansible --version
changed_when: false
- name: Restart cron container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment