mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Initial commit
This commit is contained in:
7
tests/integration/targets/setup_docker/tasks/Suse.yml
Normal file
7
tests/integration/targets/setup_docker/tasks/Suse.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install docker 17
|
||||
zypper:
|
||||
name: "{{ docker_packages }}"
|
||||
force: yes
|
||||
disable_gpg_check: yes
|
||||
update_cache: yes
|
||||
notify: cleanup docker
|
||||
Reference in New Issue
Block a user