diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..3165f56 --- /dev/null +++ b/.gitpod.yml @@ -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 + diff --git a/tasks/assert.yml b/tasks/assert.yml index f4b08eb..96a35e6 100644 --- a/tasks/assert.yml +++ b/tasks/assert.yml @@ -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 diff --git a/tasks/main.yml b/tasks/main.yml index 5ad93fc..0512083 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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