mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Role tweaks (#268)
* Limited boolean values to true/false; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> * Moved ArchLinux prereq task to be a handler; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> * Standardized task name for adding cgroup support; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> * Have backrefs: follow path:; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> * Addressed ansible-lint errors; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> * Fixed #264, task 7: Copy K3s service file; Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com> --------- Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com>
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
---
|
||||
- name: Reboot Pi
|
||||
ansible.builtin.reboot:
|
||||
post_reboot_delay: 10
|
||||
reboot_timeout: 60
|
||||
|
||||
- name: Regenerate bootloader image
|
||||
ansible.builtin.command: ./mkscr
|
||||
args:
|
||||
chdir: /boot
|
||||
notify: Reboot Pi
|
||||
changed_when: true
|
||||
|
||||
Reference in New Issue
Block a user