Skip to content

Commit

Permalink
Fix molecule platform name (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Oct 20, 2023
1 parent 7d62336 commit 4ab59bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:
driver:
name: docker
platforms:
- name: Instance
- name: instance
image: "geerlingguy/docker-${MOLECULE_DOCKER_IMAGE:-ubuntu2204}-ansible:latest"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "nephelaiio.acme_certificate_cloudflare"
version = "0.1.0"
description = ""
authors = ["Ted Cook <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 4ab59bf

Please sign in to comment.