tests: adds a comment to the setup.yml playbook for clarification

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1150/head
Andrew Schoen 2016-12-06 14:24:36 -06:00
parent e3521b0830
commit 9b959d10ff
1 changed files with 2 additions and 0 deletions

View 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