ansible: Try and mass fix all the manual playbooks to use _ instead of - in group names.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
adf77a651f
commit
3a907f13bd
37 changed files with 90 additions and 90 deletions
|
@ -3,7 +3,7 @@
|
|||
# NOTE: most of these vars_path come from group_vars/kernel-qa or from hostvars
|
||||
|
||||
- name: make kernel-qa
|
||||
hosts: kernel-qa
|
||||
hosts: kernel_qa
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue