Skip to content

Commit 371b885

Browse files
committed
molecule fix systemd-boot
1 parent d2463b6 commit 371b885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

molecule/default/molecule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ platforms:
2020
image: 'ansible0guy/molecule:debian-latest'
2121
tmpfs: ['/tmp', '/run', '/run/lock']
2222
privileged: true
23+
command: '/sbin/init'
2324

2425
- name: test-ag-nftablesaddons-cron
2526
networks:
@@ -29,6 +30,7 @@ platforms:
2930
image: 'ansible0guy/molecule:debian-latest'
3031
tmpfs: ['/tmp', '/run', '/run/lock']
3132
privileged: true
33+
command: '/sbin/init'
3234

3335
provisioner:
3436
name: ansible

0 commit comments

Comments
 (0)