Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from calvinbui/ci
Browse files Browse the repository at this point in the history
uninstall containerd & runc and install gnupg-agent
  • Loading branch information
calvinbui authored Jan 30, 2019
2 parents 1ceded9 + 2bad3e4 commit b4bcc01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- docker
- docker-engine
- docker.io
- containerd
- runc
state: absent

- name: Install Docker dependencies
Expand All @@ -15,6 +17,7 @@
- ca-certificates
- curl
- software-properties-common
- gnupg-agent
state: present
register: result
until: result is success
Expand Down

0 comments on commit b4bcc01

Please sign in to comment.