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