Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: pip install -r requirements.txt
vscode:
extensions:
- ms-python.python

1 change: 0 additions & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
ansible.builtin.assert:
that:
- auditd_manage_rules is defined
- auditd_manage_rules is boolean
quiet: yes

- name: test if auditd_rules is set correctly
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for auditd

- name: import assert.yml
ansible.builtin.import_tasks: assert.yml
import_tasks: assert.yml
run_once: yes
delegate_to: localhost

Expand Down