fix(ci): trailing spaces
This commit is contained in:
parent
7e1894cbfe
commit
edb1109331
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue