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:
Kevin Fenzi 2019-05-21 14:49:37 +00:00
parent adf77a651f
commit 3a907f13bd
37 changed files with 90 additions and 90 deletions

View file

@ -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