Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks
This commit is contained in:
8
roles/bootstrap/tasks/extra_installations@podman.yml
Normal file
8
roles/bootstrap/tasks/extra_installations@podman.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Pull recommended images for containers
|
||||
containers.podman.podman_image:
|
||||
name: "{{ item.uri }}"
|
||||
tag: "{{ item.tag }}"
|
||||
pull: yes
|
||||
state: present
|
||||
loop: "{{ extra_cimages }}"
|
Reference in New Issue
Block a user