Skip to content

Commit

Permalink
Fix docker ce install for opensuse. (ansible#26498)
Browse files Browse the repository at this point in the history
* Fix docker ce install for opensuse.
* Revert "Temporarily disable docker_secret tests."
  • Loading branch information
mattclay authored Jul 6, 2017
1 parent 97731a7 commit 9e98140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/integration/targets/docker_secret/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
posix/ci/group2
skip/osx
skip/freebsd
2 changes: 1 addition & 1 deletion test/integration/targets/docker_secret/tasks/OpenSuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- name: Install docker 17
zypper:
name: docker-17.04.0_ce-203.6.x86_64
name: docker-17.04.0_ce
force: yes
disable_gpg_check: yes
update_cache: yes

0 comments on commit 9e98140

Please sign in to comment.