Split up the docker role definitions into separate files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
15
roles/docker/tasks/download.yml
Normal file
15
roles/docker/tasks/download.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# ===================================================================================================
|
||||
# ? 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
|
Reference in New Issue
Block a user