2020-02-25 18:29:39 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure docker is uninstalled using amazon-linux-extras
|
|
|
|
command: amazon-linux-extras uninstall docker
|
2020-02-25 21:42:40 +01:00
|
|
|
register: uninstall_docker_from_amazon_linux
|
|
|
|
changed_when: uninstall_docker_from_amazon_linux.rc == 0
|