added inventory number extraction

This commit is contained in:
Markus Rosenstihl 2024-02-12 13:34:25 +01:00
parent 39e5e079f9
commit 36e88ae2d3

View File

@ -182,6 +182,8 @@
- name: Update default dock confuguration
command: dconf update
- name: Extract inventory number
command: grep -oP inventory_number=\K\d+ /etc/inventory_number.cmdline > /ect/inventory_number
- name: Reboot
ansible.builtin.reboot:
reboot_timeout: 60