From e0e1a11f857f927828e7e9c50e9b1b23b834983c Mon Sep 17 00:00:00 2001 From: "olivier.navas" Date: Wed, 2 Oct 2024 08:33:59 +0200 Subject: [PATCH] Actualiser ansible/cubic-setup.yml --- ansible/cubic-setup.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ansible/cubic-setup.yml b/ansible/cubic-setup.yml index 2c2f52f..d3a81ff 100644 --- a/ansible/cubic-setup.yml +++ b/ansible/cubic-setup.yml @@ -28,3 +28,13 @@ - ca-certificates - python3-poetry state: present + + - name: Firstboot + ansible.builtin.copy: + content: | + #!/bin/bash + /opt/libreticmenu/libreticmenu.sh --runCompliance && rm /etc/init.d/libreticmenu.firstboot + dest: /etc/init.d/libreticmenu.firstboot + owner: root + group: root + mode: u=rwx,g=rx,o=rx