All checks were successful
Master branch: build & lint / build (push) Successful in 1m0s
Adds an action to perform some linting actions on ansible and the yaml files, both on push onto master and on pull requests Reviewed-on: #1
7 lines
127 B
YAML
7 lines
127 B
YAML
---
|
|
- name: "Reboot hosts"
|
|
hosts: all
|
|
tasks:
|
|
- name: Reboot
|
|
ansible.builtin.reboot:
|
|
reboot_timeout: 3600
|