Files
ansible-automations/roles/docker/tasks/cleanup.yml
Noah Knegt 2f19e6faa5
All checks were successful
continuous-integration/drone/push Build is passing
Split up the docker role definitions into separate files
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-03-31 11:08:42 +02:00

15 lines
621 B
YAML

# ===================================================================================================
# ? ABOUT
# @author : Noah Knegt
# @email : personal@noahknegt.com
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
# @createdOn : 31-03-2023
# @description : This will check if docker is installed as the latest version.
# ===================================================================================================
---
- name: Cleanup docker script
file:
path: /tmp/get-docker.sh
state: absent