- fixed logic in handler which was causing build failures on centos9
- fixed handler name - added .ansible-lint
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: restart snmpd
|
||||
service:
|
||||
- name: Restart_SNMPd
|
||||
ansible.builtin.service:
|
||||
name : snmpd
|
||||
state: restarted
|
||||
when:
|
||||
- ansible_virtualization_type | regex_search("docker|podman|container")
|
||||
- not ansible_virtualization_type | regex_search("docker|podman|container")
|
||||
|
Reference in New Issue
Block a user