Skip to content
Snippets Groups Projects
Commit 8e43f5f3 authored by nimrod's avatar nimrod
Browse files

- Install net-tools for Testinfra socket test.

parent 07074247
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,8 @@
mysql_admin_password: admin
mysql_tls_key: /etc/ssl/private/ssl-cert-snakeoil.key
mysql_tls_cert: /etc/ssl/certs/ssl-cert-snakeoil.pem
post_tasks:
- name: APT install test utilities
apt:
name: net-tools
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment