Add a docker role for making sure Docker is installed from the Docker repositories. Take the role from the ccchh-ansible repo, provide attribution in the README and add the relevant license in a new licenses directory. Modify the role by removing the distribution check and adjusting the task names to be in line with other task names in this repo.
8 lines
247 B
YAML
8 lines
247 B
YAML
- name: Ensure the Docker repo is setup
|
|
ansible.builtin.import_tasks:
|
|
file: main/01_repo_setup.yaml
|
|
|
|
- name: Ensure Docker Engine and other related packages are installed
|
|
ansible.builtin.import_tasks:
|
|
file: main/02_docker_install.yaml
|