diff --git a/tests/playbooks/integration_pytest_python3.yml b/tests/playbooks/integration_pytest_python3.yml index f426d60..86101a5 100644 --- a/tests/playbooks/integration_pytest_python3.yml +++ b/tests/playbooks/integration_pytest_python3.yml @@ -131,6 +131,10 @@ var: playbook_run.stdout_lines - block: + - name: install network-scripts when running pytest with initscripts + package: + name: network-scripts + state: present - name: Run pytest with initscripts command: > pytest