]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: adds a comment to the setup.yml playbook for clarification
authorAndrew Schoen <aschoen@redhat.com>
Tue, 6 Dec 2016 20:24:36 +0000 (14:24 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 6 Dec 2016 20:58:07 +0000 (14:58 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/setup.yml

index 7062ac5cfab5b3a0e8ef454376f05fdfb095ea46..881da27979ac4074c9c737257e11a5cb06300c61 100644 (file)
@@ -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