Skip to content
Snippets Groups Projects
Commit 98b8d4b6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: only try to install debsecan on Debian systems

parent 8fc3c855
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
- name: install debsecan - name: install debsecan
import_tasks: ./install-debsecan.yml import_tasks: ./install-debsecan.yml
when: ansible_os_family == "Debian"
tags: [debsecan] tags: [debsecan]
- name: install security-related packages (debian-goodies, debsums, libpam-cracklib, libpam-tmpdir) - name: install security-related packages (debian-goodies, debsums, libpam-cracklib, libpam-tmpdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment