Skip to content

Commit

Permalink
ubuntu why
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 27, 2024
1 parent 95187e8 commit 614dcd5
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 @@ -38,6 +38,12 @@ class wpscan(BaseModule):
"become": True,
"when": "ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_major_version'] == '20'",
},
{
"name": "Update RubyGems System (Ubuntu 20.04)",
"command": "gem update --system",
"become": True,
"when": "ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_major_version'] == '20'",
},
{
"name": "Install Ruby Deps (Other Debian-based)",
"package": {"name": ["ruby-rubygems", "ruby-dev"], "state": "present"},
Expand Down

0 comments on commit 614dcd5

Please sign in to comment.