issue #543: make localhost_ansible_tests run locally
parent
57203aef53
commit
501cfca82b
@ -1,14 +1,3 @@
|
||||
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- set_fact:
|
||||
# Hacktacular.. but easiest place for it with current structure.
|
||||
sudo_group:
|
||||
MacOSX: admin
|
||||
Debian: sudo
|
||||
Ubuntu: sudo
|
||||
CentOS: wheel
|
||||
|
||||
- include: _container_setup.yml
|
||||
- include: _user_accounts.yml
|
||||
|
@ -0,0 +1,5 @@
|
||||
sudo_group:
|
||||
MacOSX: admin
|
||||
Debian: sudo
|
||||
Ubuntu: sudo
|
||||
CentOS: wheel
|
Loading…
Reference in New Issue