Added new ansible home directory, moving roles into its 'roles' subdirectory

This commit is contained in:
Alex Tavarez
2025-07-27 00:04:39 -04:00
parent 16430af533
commit bffe44b5a7
60 changed files with 0 additions and 0 deletions

View 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: "{{ recc_cimages }}"