Skip to content

Commit

Permalink
Molecule override cmd (#1131)
Browse files Browse the repository at this point in the history
* use new override_command option

* Update tests
  • Loading branch information
fabianvf authored Feb 25, 2019
1 parent fdaf9de commit 9afbe83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scaffold/ansible/molecule_default_molecule.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down
1 change: 1 addition & 0 deletions pkg/scaffold/ansible/molecule_test_local_molecule.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down
1 change: 1 addition & 0 deletions test/ansible-inventory/molecule/test-local/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down
1 change: 1 addition & 0 deletions test/ansible-memcached/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down

0 comments on commit 9afbe83

Please sign in to comment.