Files
ansible-automations/roles/docker/tasks/install.yml
2023-03-31 11:33:41 +02:00

14 lines
610 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 install the docker engine.
# ===================================================================================================
---
- name: Run the docker install script
shell: /tmp/get-docker.sh
when: docker_update is defined