mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-06 09:40:19 +01:00
Fix 301 lint issue in uninstall-docker-amazon
This commit is contained in:
parent
a1e52fb660
commit
5f7ff27f17
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
|
||||
- name: Ensure docker is uninstalled using amazon-linux-extras
|
||||
command: amazon-linux-extras uninstall docker
|
||||
register: uninstall_docker_from_amazon_linux
|
||||
changed_when: uninstall_docker_from_amazon_linux.rc == 0
|
||||
|
|
Loading…
Reference in a new issue