This website works better with JavaScript.
Home
Help
Sign In
dashie
/
ansible_snmpd_role
mirror of
https://github.com/rhaamo/ansible_snmpd_role
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
oops
master
Dashie der otter
4 months ago
parent
5e79f4cf94
commit
cf30ff9380
Signed by:
dashie
<rhaamo@leloop.org>
GPG Key ID:
C2D57B325840B755
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
handlers/main.yml
+ 2
- 2
handlers/main.yml
View File
@@ -3,11 +3,11 @@
service:
name: snmpd
state: restarted
when: snmpd_enabled and ansible_os_family != 'FreeBSD' and freebsd_bsnmp
:
False
when: snmpd_enabled and ansible_os_family != 'FreeBSD' and freebsd_bsnmp
==
False
- name: restart bsnmpd
service:
name: bsnmpd
state: restarted
when: snmpd_enabled and ansible_os_family == 'FreeBSD' and freebsd_bsnmp
:
True
when: snmpd_enabled and ansible_os_family == 'FreeBSD' and freebsd_bsnmp
==
True
Write
Preview
Loading…
Cancel
Save