molecule fix systemd-boot
This commit is contained in:
parent
f3f0eeaf88
commit
aa5d0ba109
|
|
@ -19,6 +19,7 @@ platforms:
|
||||||
image: 'ansible0guy/molecule:debian-latest'
|
image: 'ansible0guy/molecule:debian-latest'
|
||||||
tmpfs: ['/tmp', '/run', '/run/lock']
|
tmpfs: ['/tmp', '/run', '/run/lock']
|
||||||
privileged: true
|
privileged: true
|
||||||
|
command: '/sbin/init'
|
||||||
|
|
||||||
- name: test-ag-certs-letsencrypt
|
- name: test-ag-certs-letsencrypt
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -29,6 +30,7 @@ platforms:
|
||||||
image: 'ansible0guy/molecule:debian-latest'
|
image: 'ansible0guy/molecule:debian-latest'
|
||||||
tmpfs: ['/tmp', '/run', '/run/lock']
|
tmpfs: ['/tmp', '/run', '/run/lock']
|
||||||
privileged: true
|
privileged: true
|
||||||
|
command: '/sbin/init'
|
||||||
exposed_ports:
|
exposed_ports:
|
||||||
- '80/tcp'
|
- '80/tcp'
|
||||||
published_ports: # proxied for LetsEncrypt tests
|
published_ports: # proxied for LetsEncrypt tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue