Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oxivanisher committed Dec 17, 2019
1 parent a30dfb9 commit 4604e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/docker-install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
apt:
name: ['docker-ce']
state: present
install_recommends: no
notify: restart docker
become: true

Expand Down Expand Up @@ -123,4 +124,4 @@
mode: '0644'
become: true

# ToDo: enable experimental cli mode!
# ToDo: enable experimental cli mode!

0 comments on commit 4604e56

Please sign in to comment.