mirror of https://github.com/ceph/ceph-ansible.git
tests: adds a comment to the setup.yml playbook for clarification
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1150/head
parent
e3521b0830
commit
9b959d10ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue