Fixes
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (push) Successful in 15s

This commit is contained in:
2025-08-25 13:28:27 -04:00
parent c1bf3ddefb
commit 79b3a22519
7 changed files with 19 additions and 133 deletions

View File

@ -1,12 +1,11 @@
---
- name: Deploy and configure SNMP
block:
- name: Set package name for Debian 12
- name: Set package name for Debian
ansible.builtin.set_fact:
snmpd_conf_snmp_pkg: snmpd
when:
- ansible_distribution | lower == 'debian'
- ansible_distribution_major_version == '12'
- name: Install SNMP
ansible.builtin.package: