Skip to content

Commit

Permalink
Update container_playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josujacob authored Dec 4, 2020
1 parent f63e92a commit 9ec6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ alenv', 'python3-setuptools']

- name: Create default containers
docker_container:
name: "{{ default_container_name }}""{{ item }}"
name: "{{ default_container_name }}{{ item }}"
image: "{{ default_container_image }}"
command: "{{ default_container_command }}"
state: present
Expand Down

0 comments on commit 9ec6596

Please sign in to comment.