@@ -7,6 +7,7 @@ provisioner:
verbose : "vvvv"
ansible_config : "test/ansible.cfg"
idempotency_test : False
+ sudo : True
#chef_bootstrap_url : False
#extra_vars : "@kitchen_vars.yml"
@@ -2,7 +2,7 @@
- name : Fastd via pkg manager
hosts : all
gather_facts : yes
- sudo : yes
+ #sudo : no
connection : "{{ kitchen_connection | default('local') }}"
vars_files :
- "supernode_pkg_vars.yml"