summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_docker/tasks/Suse.yml
blob: 81831941493ab7532c5fd26ba8350f88b4965c9a (plain)
1
2
3
4
5
6
7
- name: Install docker 17
  zypper:
    name: "{{ docker_packages }}"
    force: yes
    disable_gpg_check: yes
    update_cache: yes
  notify: cleanup docker