community.docker/tests/integration/targets/setup_docker/tasks/Suse.yml
Felix Fontein bfcb96573f Update testing (#147)
* Remove superfluous requirements file.

* Update RHEL 7.6 to RHEL 7.8 in CI.

* Fix docker install.

* ci_complete
2020-10-30 07:05:51 +01:00

9 lines
181 B
YAML

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