Skip to content

Commit 642bfe5

Browse files
committed
add panel profiles and fix pipeline
1 parent 9c12414 commit 642bfe5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/full_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1313
- uses: actions/checkout@v3
14-
14+
- uses: actions/setup-python@v4
1515
- name: Execute Ansible-Wrapper
1616
run: |
1717
./install -d admin

ansible/roles/base/tasks/kali.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- hydra
2828
- xfce4-terminal
2929
- resolvconf
30+
- xfce4-panel-profiles
3031
state: present
3132

3233
- name: Create default virtual-environment

0 commit comments

Comments
 (0)