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:
|
set_fact:
|
||||||
is_atomic: '{{ stat_ostree.stat.exists }}'
|
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
|
- name: install net-tools
|
||||||
package:
|
package:
|
||||||
name: net-tools
|
name: net-tools
|
||||||
|
|
Loading…
Reference in New Issue