Added new ansible home directory, moving roles into its 'roles' subdirectory
This commit is contained in:
@@ -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 }}"
|
Reference in New Issue
Block a user