Files
ansible-automations/roles/docker/tasks/download.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

16 lines
650 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 download the docker install script.
# ===================================================================================================
---
- name: Download the docker install script
get_url:
url: https://get.docker.com
dest: /tmp/get-docker.sh
mode: 0755