From: Andrew Schoen Date: Tue, 6 Dec 2016 20:24:36 +0000 (-0600) Subject: tests: adds a comment to the setup.yml playbook for clarification X-Git-Tag: v2.1.0~26^2~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9b959d10fffe41716eb9edb9cd5245c578ca0b77;p=ceph-ansible.git tests: adds a comment to the setup.yml playbook for clarification Signed-off-by: Andrew Schoen --- 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