1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-19 16:03:14 +00:00
community.general/test/integration/targets/setup_docker/tasks/Suse.yml
2019-02-07 15:18:08 -05:00

6 lines
121 B
YAML

- name: Install docker 17
zypper:
name: docker>=17
force: yes
disable_gpg_check: yes
update_cache: yes