update stuff
This commit is contained in:
parent
e04e64f5d6
commit
260532fb3c
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@ filter_plugins/__pycache__
|
|||||||
filter_plugins/*.bak
|
filter_plugins/*.bak
|
||||||
python/
|
python/
|
||||||
collections/ansible_collections
|
collections/ansible_collections
|
||||||
roles/
|
roles/autofsck
|
||||||
|
@ -61,6 +61,8 @@
|
|||||||
when:
|
when:
|
||||||
- bigboot_execute_bigboot | bool
|
- bigboot_execute_bigboot | bool
|
||||||
|
|
||||||
|
# this reboot is just for *my* tesitng; at this point we'd have already
|
||||||
|
# rebooted at least once which would have ran the fsck
|
||||||
- name: Reboot the host
|
- name: Reboot the host
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
msg: Reboot by Ansible
|
msg: Reboot by Ansible
|
||||||
|
5
roles/requirements.yml
Normal file
5
roles/requirements.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: autofsck
|
||||||
|
src: https://gitea.thezengarden.net/ansible_roles/autofsck.git
|
||||||
|
scm: git
|
||||||
|
version: main
|
Loading…
x
Reference in New Issue
Block a user