From 9b959d10fffe41716eb9edb9cd5245c578ca0b77 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 6 Dec 2016 14:24:36 -0600 Subject: [PATCH] tests: adds a comment to the setup.yml playbook for clarification Signed-off-by: Andrew Schoen --- tests/functional/setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/setup.yml b/tests/functional/setup.yml index 7062ac5cf..881da2797 100644 --- a/tests/functional/setup.yml +++ b/tests/functional/setup.yml @@ -14,6 +14,8 @@ set_fact: is_atomic: '{{ stat_ostree.stat.exists }}' + # we need to install this so the Socket testinfra module + # can use netcat for testing - name: install net-tools package: name: net-tools