15 lines
613 B
YAML
15 lines
613 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 cleanup the docker script from the machine.
|
|
# ===================================================================================================
|
|
|
|
---
|
|
- name: Cleanup docker script
|
|
file:
|
|
path: /tmp/get-docker.sh
|
|
state: absent
|