Skip to content

Commit

Permalink
different names for docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 27, 2021
1 parent 7032802 commit 152747a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Expand Up @@ -8,7 +8,7 @@ lint: |
yamllint .
ansible-lint
platforms:
- name: custom-docker
- name: ubuntu-instance
image: custom-ubuntu-ansible
dockerfile: ../common/Dockerfile
command: ""
Expand Down
2 changes: 1 addition & 1 deletion molecule/kubuntu/molecule.yml
Expand Up @@ -8,7 +8,7 @@ lint: |
yamllint .
ansible-lint
platforms:
- name: custom-docker
- name: kubuntu-instance
image: custom-ubuntu-ansible
dockerfile: ../common/Dockerfile
command: ""
Expand Down

0 comments on commit 152747a

Please sign in to comment.