From 4b6869e9f00a85410ab4f155541b90c196d1323c Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 4 May 2024 16:33:20 +0200 Subject: [PATCH] molecule fix systemd-boot --- molecule/default/molecule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 7faf74b..b3ddb4d 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -21,6 +21,7 @@ platforms: image: 'ansible0guy/molecule:debian-latest' tmpfs: ['/tmp', '/run', '/run/lock'] privileged: true + command: '/sbin/init' - name: test-ag-nftables-1 networks: @@ -31,6 +32,7 @@ platforms: image: 'ansible0guy/molecule:debian-latest' tmpfs: ['/tmp', '/run', '/run/lock'] privileged: true + command: '/sbin/init' provisioner: name: ansible