This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GEERLINGGUY.MAC): support new collections format
- Loading branch information
1 parent
98134e4
commit 4d83a9c
Showing
9 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,4 @@ galaxy_info: | |
- antivirus | ||
- clamav | ||
|
||
dependencies: | ||
- geerlingguy.homebrew | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
- name: Include elliotweiser.osx-command-line-tools | ||
ansible.builtin.include_role: | ||
name: "elliotweiser.osx-command-line-tools" | ||
|
||
- name: Include geerlingguy.mac.homebrew | ||
ansible.builtin.include_role: | ||
name: "geerlingguy.mac.homebrew" | ||
|
||
- name: Include clamav | ||
ansible.builtin.include_role: | ||
name: "osx_provisioner.clamav" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "role-clamav" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
description = "Install ClamAV antivirus on OSX. Includes a simple realtime scan implementation that watches a configured folder." | ||
authors = ["Niall Byrne <[email protected]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
- src: geerlingguy.homebrew | ||
version: 3.1.0 | ||
roles: | ||
- name: elliotweiser.osx-command-line-tools | ||
version: 2.3.0 | ||
collections: | ||
- name: geerlingguy.mac | ||
version: 1.1.2 |