loop over subtasks to install chill

This commit is contained in:
2024-12-18 12:07:40 +01:00
parent b625aab3f2
commit 5a2ba1c9d6

View File

@@ -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
@@ -12,4 +13,7 @@
docker_service_enabled: true
docker_install_compose_plugin: true
docker_add_repo: true
- name: Install individual chill
ansible.builtin.include_tasks: chill/main.yml
with_items: "{{ chills }}"