Skip to content

Commit

Permalink
Merge pull request #95 from sown/tds/molly-guard
Browse files Browse the repository at this point in the history
add molly-guard
  • Loading branch information
trickeydan authored Dec 1, 2024
2 parents 20e2a6e + 549d741 commit d79b801
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/sown_common/tasks/install-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
- vim
state: present
become: true

- name: Install molly-guard on physical hosts
apt:
name: molly-guard
when: ansible_virtualization_role != 'guest'

0 comments on commit d79b801

Please sign in to comment.