All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Noah Knegt <git@noahknegt.com>
14 lines
619 B
YAML
14 lines
619 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: Run the docker install script
|
|
shell: /tmp/get-docker.sh
|
|
when: docker_update is defined
|