mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Restore docker_secret test on RHEL.
This commit is contained in:
parent
35748e5228
commit
57f1298074
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
posix/ci/group2
|
posix/ci/group2
|
||||||
skip/osx
|
skip/osx
|
||||||
skip/freebsd
|
skip/freebsd
|
||||||
skip/rhel
|
|
||||||
destructive
|
destructive
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
state: present
|
state: present
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- docker>=2.1.0
|
- docker==2.1.0
|
||||||
|
|
||||||
- name: Check if already in swarm
|
- name: Check if already in swarm
|
||||||
shell: docker node ls 2>&1 | grep 'docker swarm init'
|
shell: docker node ls 2>&1 | grep 'docker swarm init'
|
||||||
|
|
Loading…
Reference in a new issue