Skip to content

Commit

Permalink
alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 27, 2024
1 parent 614dcd5 commit cfbd211
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bbot/modules/wpscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ class wpscan(BaseModule):
"become": True,
"when": "ansible_facts['os_family'] == 'RedHat'",
},
{
"name": "Install Ruby Deps (Alpine)",
"package": {"name": ["ruby-dev", "ruby-bundler"], "state": "present"},
"become": True,
"when": "ansible_facts['os_family'] == 'Alpine'",
},
{
"name": "Install wpscan gem",
"gem": {"name": "wpscan", "state": "latest", "user_install": False},
Expand Down

0 comments on commit cfbd211

Please sign in to comment.