Skip to content

Commit

Permalink
install procps in debian so sysctl.conf exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Jul 5, 2020
1 parent 33ef27d commit 47e43c3
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 47e43c3

Please sign in to comment.