community.general/tests/integration/targets/setup_docker/tasks/Suse.yml

8 lines
177 B
YAML

- name: Install docker 17
community.general.zypper:
name: "{{ docker_packages }}"
force: yes
disable_gpg_check: yes
update_cache: yes
notify: cleanup docker