ansible/test/integration/targets/incidental_setup_docker/tasks/Suse.yml
2020-05-20 15:10:41 -07:00

7 lines
156 B
YAML

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