molecule fix systemd-boot
This commit is contained in:
parent
85bb5ea34e
commit
e7dccbc17d
|
|
@ -20,6 +20,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-zm-1
|
- name: test-ag-zm-1
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -30,6 +31,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'
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue