doc: update package docs

This commit is contained in:
Glen Goodwin 2023-12-06 12:53:39 -05:00
parent 7e03c148e4
commit 30481efde2
2 changed files with 7 additions and 3 deletions

View file

@ -5,8 +5,9 @@
...
}: {
home.packages = with pkgs; [
ansible
ansible-later
ansible-doctor
ansible # Open-source automation platform for configuration management, application deployment, and task automation.
ansible-doctor # Ansible utility for diagnosing and troubleshooting common issues.
ansible-later # Ansible plugin for scheduling tasks to run later.
molecule # Testing framework for testing Ansible roles and playbooks in various environments.
];
}