Skip to content

Commit

Permalink
Fix extra configs variables type
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncaron authored Jun 12, 2024
1 parent 2df52fe commit c133bdf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,19 @@ nut_upssched_at_commands: []

# These ..._extra options are directly appended to the relevant files,
# so any additional configuration could be defined here
nut_ups_extra: []
nut_ups_extra: ""

nut_upsd_extra: []
nut_upsd_extra: ""

nut_upsmon_extra: []
nut_upsmon_extra: ""

nut_upsmon_notify: []
# - name: ONLINE
# msg: UPS %s on line power
# flag: SYSLOG+WALL+EXEC
# - name: ONBATT
# msg: UPS %s on battery
# flag: SYSLOG+WALL+EXEC

# When set, NOTIFYCMD will be configured to this path
nut_upsmon_notifycmd: ""
Expand Down

0 comments on commit c133bdf

Please sign in to comment.