Restore docker_secret test on RHEL.

This commit is contained in:
Matt Clay 2018-04-17 13:20:53 -07:00
parent 35748e5228
commit 57f1298074
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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'