Actualiser ansible/cubic-setup.yml
This commit is contained in:
parent
07f9f8a111
commit
e0e1a11f85
1 changed files with 10 additions and 0 deletions
|
@ -28,3 +28,13 @@
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- python3-poetry
|
- python3-poetry
|
||||||
state: present
|
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
|
||||||
|
|
Loading…
Reference in a new issue