Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/manage_linux/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
timezone: ''
users: []
manage_linux_apt_maintenance: true

fastfetch_version: latest
# wy tf am I supporting risc? lmao
Expand Down
1 change: 1 addition & 0 deletions roles/manage_linux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- name: Apt maintenance
ansible.builtin.include_tasks:
file: apt_maintain.yml
when: manage_linux_apt_maintenance

- name: Install packages
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions vars_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fastfetch_motd: true
configure_scrutiny: true # https://github.com/AnalogJ/scrutiny
configure_hdidle: false # No longer recommended - See README https://github.com/adelolmo/hd-idle
skip_os_check: false
# manage_linux_apt_maintenance: true # Set to false to skip APT upgrade and maintenance entirely. (default: true)

wipe_and_setup: true # Set this to true to enable wiping of disks. If any disks need to be wiped you will be prompted again.

Expand Down