fix(ci): trailing spaces

This commit is contained in:
Simon Cornet 2025-10-23 10:10:13 +02:00
commit edb1109331

View file

@ -2,14 +2,14 @@
# install updates # install updates
- name: "install updates" - name: "install updates"
tags: tags:
- "update" - "update"
- "never" - "never"
ansible.builtin.include_tasks: "update.yaml" ansible.builtin.include_tasks: "update.yaml"
# initiate reboot # initiate reboot
- name: "initiate rboot" - name: "initiate rboot"
tags: tags:
- "reboot" - "reboot"
- "never" - "never"
ansible.builtin.include_tasks: "reboot.yaml" ansible.builtin.include_tasks: "reboot.yaml"