91274de823
Do this in preparation for the keycloak deployment.
8 lines
253 B
YAML
8 lines
253 B
YAML
- name: make sure the Docker repo is setup
|
|
ansible.builtin.import_tasks:
|
|
file: main/01_repo_setup.yaml
|
|
|
|
- name: make sure Docker Engine and other related packages are installed
|
|
ansible.builtin.import_tasks:
|
|
file: main/02_docker_install.yaml
|