mirror of https://github.com/ceph/ceph-ansible.git
tests: do not use sudo with dev_setup.yml
This causes problems when the tests are run locally and not in the CI Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1716/head
parent
63b7e3d36c
commit
66df80d600
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
become: yes
|
||||
become: no
|
||||
tags:
|
||||
- vagrant_setup
|
||||
tasks:
|
||||
|
|
Loading…
Reference in New Issue