You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/incidental_setup_docker/tasks/Suse.yml

8 lines
156 B
YAML

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