Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Feb 22, 2019
1 parent 7e0a795 commit ef9603a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
- pyOpenSSL
- requests
- netaddr
- docker
- ansible
- lxml
state: latest
executable: pip3

Expand All @@ -109,7 +108,6 @@
- pyOpenSSL
- requests
- netaddr
- docker
- ansible
- lxml
state: latest
executable: pip2
2 changes: 1 addition & 1 deletion menu/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
file:
path: /etc/systemd/system/docker.service.d
state: directory
mode: 0775"
mode: 0775
when:
- docker_override.stat.exists == False
- switch == "on"
Expand Down
2 changes: 1 addition & 1 deletion menu/roles/dockerdeb/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
src: override.conf
dest: /etc/systemd/system/docker.service.d/override.conf
force: yes
mode: 0775"
mode: 0775
tags: docker_standard
when: switch == "on"

Expand Down

0 comments on commit ef9603a

Please sign in to comment.