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