Fix typo - Ubuntu dynamic group name
This commit is contained in:
parent
21943464f5
commit
d54b537240
|
@ -7,7 +7,7 @@
|
||||||
key: '{{ ansible_distribution }}'
|
key: '{{ ansible_distribution }}'
|
||||||
|
|
||||||
- name: upgrade debian based machines
|
- name: upgrade debian based machines
|
||||||
hosts: ubuntu:FreeBSD
|
hosts: Ubuntu:FreeBSD
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- include_role:
|
- include_role:
|
||||||
|
|
Loading…
Reference in a new issue