Add port forwarding for admin_git jail.

This commit is contained in:
Tom Alexander
2023-06-17 19:12:30 -04:00
parent 62ade773d8
commit f10964623d
2 changed files with 7 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
loop:
- kubeswitch
- flux-scm
- name: Update cache
when: buildaur.changed
@@ -13,7 +14,7 @@
name: []
state: present
update_cache: true
- name: Install packages
package:
name:
@@ -21,4 +22,5 @@
- stern
- kubectx
- kubeswitch
- flux-scm
state: present