Skip to content

Commit c986e89

Browse files
committed
Enable back idempotency tests in the swarm-multinode scenario
1 parent d46189c commit c986e89

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

molecule/swarm-multinode/molecule.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
---
22

33
# 'multi-node' deployment of a Docker Swarm
4-
# consisting in 1 master and 2 worker nodes
4+
# consisting in 1 master and 3 worker nodes
55

66
scenario:
77
name: swarm-multinode
8-
test_sequence:
9-
- lint
10-
- dependency
11-
- cleanup
12-
- destroy
13-
- syntax
14-
- create
15-
- prepare
16-
- converge
17-
# - idempotence # see https://github.com/ansible/ansible/issues/64963
18-
- side_effect
19-
- verify
20-
- cleanup
21-
- destroy
228

239
driver:
2410
name: docker

0 commit comments

Comments
 (0)