Skip to content

Commit

Permalink
Use long options in the nessus Ansible role
Browse files Browse the repository at this point in the history
Convert any remaining short options to their long counterparts.
  • Loading branch information
mcdonnnj committed Nov 28, 2023
1 parent 423de11 commit 5fb1e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nessus/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# needs to be registered. It will always rebuild the plugin database when
# run.
ansible.builtin.command: # noqa no-changed-when
cmd: /opt/nessus/sbin/nessusd -R
cmd: /opt/nessus/sbin/nessusd --recompile
async: 1800
poll: 30

Expand Down

0 comments on commit 5fb1e72

Please sign in to comment.