Move develop into main #2

Merged
chris merged 53 commits from develop into main 2024-07-11 21:41:45 -04:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit 260532fb3c - Show all commits

2
.gitignore vendored
View File

@ -6,4 +6,4 @@ filter_plugins/__pycache__
filter_plugins/*.bak
python/
collections/ansible_collections
roles/
roles/autofsck

View File

@ -61,6 +61,8 @@
when:
- 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
ansible.builtin.reboot:
msg: Reboot by Ansible

5
roles/requirements.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: autofsck
src: https://gitea.thezengarden.net/ansible_roles/autofsck.git
scm: git
version: main