Skip to content

Commit 9ef5bb3

Browse files
committed
feat!: install polaris collection via git src
1 parent 9c8fcde commit 9ef5bb3

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "polaris"]
2-
path = collections/ansible_collections/linkorb/polaris
3-
url = https://github.com/linkorb/ansible-collection-polaris.git
4-
branch = main
51
[submodule "shipyard.charts"]
62
path = shipyard/charts
73
url = [email protected]:linkorb/shipyard-charts.git

collections/ansible_collections/linkorb/.gitkeep

Whitespace-only changes.
Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ collections:
44
- name: ansible.posix
55
- name: devsec.hardening
66
- name: prometheus.prometheus
7+
- name: https://github.com/linkorb/ansible-collection-polaris.git
8+
type: git
9+
version: main
710

811
roles:
912
- name: artis3n.tailscale

0 commit comments

Comments
 (0)