Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed May 9, 2019
1 parent 84d524d commit bfa6fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/invoker/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@

- name: set invoker runc volume
set_fact:
volumes: "{{ volumes }},{{ invoker.runcdir }}:/run/runc"
volumes: "{{ volumes }},{{ invoker.docker.runcdir }}:/run/runc"
when: invoker.useRunc == true

- name: define options when deploying invoker on Ubuntu
Expand Down

0 comments on commit bfa6fa9

Please sign in to comment.