5 lines
186 B
YAML
5 lines
186 B
YAML
---
|
|
# Copy the toolbox.conf file
|
|
- name: Copy toolbox.conf file to set default image
|
|
copy: src={{ role_path }}/files/toolbox.conf dest=/etc/containers/toolbox.conf force=yes mode=0666
|