loop over subtasks to install chill
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# install docker on the machine
|
# install docker on the machine
|
||||||
- include_role:
|
- name: Install docker and docker compose plugin
|
||||||
|
ansible.builtin.include_role:
|
||||||
name: geerlingguy.docker
|
name: geerlingguy.docker
|
||||||
vars:
|
vars:
|
||||||
docker_edition: ce
|
docker_edition: ce
|
||||||
@@ -12,4 +13,7 @@
|
|||||||
docker_service_enabled: true
|
docker_service_enabled: true
|
||||||
docker_install_compose_plugin: true
|
docker_install_compose_plugin: true
|
||||||
docker_add_repo: true
|
docker_add_repo: true
|
||||||
|
|
||||||
|
- name: Install individual chill
|
||||||
|
ansible.builtin.include_tasks: chill/main.yml
|
||||||
|
with_items: "{{ chills }}"
|
||||||
|
Reference in New Issue
Block a user