Update-pacman Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Updates the package cache and upgrades all installed packages on Arch Linux systems using pacman.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Archlinux’, ‘versions’: [‘rolling’]}]
galaxy_tags: [‘pacman’, ‘update’, ‘archlinux’, ‘system’, ‘maintenance’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus
README¶
Update Pacman¶
Description¶
This role updates the package cache and upgrades installed packages on Arch Linux systems using pacman.
Overview¶
Optimized for Arch Linux, this role uses pacman to refresh the package cache and upgrade all installed packages to their latest available versions. It automates system updates to ensure that the system remains secure and up-to-date with the latest software improvements and security patches.
Purpose¶
The primary purpose of this role is to streamline system maintenance on Arch Linux systems. By automating the package update process, it helps maintain system stability and security without manual intervention.
Features¶
Package Cache Refresh: Automatically updates the pacman cache to retrieve the latest package lists.
Full System Upgrade: Upgrades all installed packages to the latest versions.
Arch Linux Focused: Specifically tailored for Arch Linux environments using pacman.