Restore docker_secret test on RHEL.

pull/38922/merge
Matt Clay 6 years ago
parent 35748e5228
commit 57f1298074

@ -1,5 +1,4 @@
posix/ci/group2
skip/osx
skip/freebsd
skip/rhel
destructive

@ -3,7 +3,7 @@
state: present
name: "{{ item }}"
with_items:
- docker>=2.1.0
- docker==2.1.0
- name: Check if already in swarm
shell: docker node ls 2>&1 | grep 'docker swarm init'

Loading…
Cancel
Save