1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-14 05:32:17 +00:00
community.general/test/integration/targets/docker_secret/tasks/OpenSuse.yml

11 lines
216 B
YAML

- name: Template repo
template:
src: virt.repo.j2
dest: /etc/zypp/repos.d/virt.repo
- name: Install docker 17
zypper:
name: docker>=17
force: yes
disable_gpg_check: yes
update_cache: yes