Skip to content

Commit

Permalink
install procps in debian so sysctl.conf exists (dev-sec#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
  • Loading branch information
rndmh3ro committed Jul 5, 2020
1 parent 781889f commit b059224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
apt:
update_cache: yes
when: ansible_facts.os_family == 'Debian'
- name: install required tools on debian
apt:
name: procps
when: ansible_facts.os_family == 'Debian'
- name: install required tools on fedora
dnf:
name:
Expand Down

0 comments on commit b059224

Please sign in to comment.