Commit 27336002 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: make reboots and cache cleaning look good

parent 7e3d8748
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@
  ansible.builtin.reboot:
    msg: "Reboot initiated by Ansible"
    reboot_timeout: 120
  changed_when: false
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
        - name: "clean cache - debian"
          ansible.builtin.apt:
            clean: true
          changed_when: false


    # install updates - rhel