Skip to content

Commit

Permalink
Version bump and molecule correction
Browse files Browse the repository at this point in the history
  • Loading branch information
flymia committed Sep 11, 2022
1 parent cc85a7e commit f468d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spgo_config_database_file: "speedtest.db"
spgo_config_enable_tls: "false"
spgo_config_enable_http2: "false"
spgo_config_tls_cert_file: "cert.pem"
spgo_config_tls_key_file: "privkey.pem"
spgo_config_tls_key_file: "privkey.pem"
7 changes: 0 additions & 7 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ platforms:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
- name: rockylinux9
image: "ventor/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
- name: debian
image: "ventor/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down

0 comments on commit f468d6b

Please sign in to comment.