From c526ee4fc17fe17030a2fc4b1d3bd409d8278f6d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 18 Jan 2020 15:23:56 +0500 Subject: [PATCH] Install system package "procps" --- molecule/default/tests/test_default.py | 1 + tasks/basics.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/molecule/default/tests/test_default.py b/molecule/default/tests/test_default.py index 57476be..f9ca75a 100644 --- a/molecule/default/tests/test_default.py +++ b/molecule/default/tests/test_default.py @@ -19,6 +19,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( 'gnupg2', 'iptables-persistent', 'less', + 'procps', 'software-properties-common', 'vim', 'wget', diff --git a/tasks/basics.yml b/tasks/basics.yml index 9ffaa37..873c732 100644 --- a/tasks/basics.yml +++ b/tasks/basics.yml @@ -6,5 +6,6 @@ - curl - gnupg - gnupg2 + - procps - software-properties-common - wget