Fix 301 lint issue in uninstall-docker-amazon

This commit is contained in:
Devin Buhl 2020-02-25 15:42:40 -05:00 committed by GitHub
parent a1e52fb660
commit 5f7ff27f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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