Turns out it was just missing a name=
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e2b829c900
commit
aef0feda87
2 changed files with 4 additions and 2 deletions
|
@ -104,7 +104,8 @@
|
||||||
- base
|
- base
|
||||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
- include_role: basessh
|
- name: Set up SSH
|
||||||
|
include_role: name=basessh
|
||||||
|
|
||||||
- name: make sure hostname is set right on rhel7 hosts
|
- name: make sure hostname is set right on rhel7 hosts
|
||||||
hostname: name="{{inventory_hostname}}"
|
hostname: name="{{inventory_hostname}}"
|
||||||
|
|
|
@ -28,7 +28,8 @@
|
||||||
register: nova_result
|
register: nova_result
|
||||||
when: host_is_up|failed
|
when: host_is_up|failed
|
||||||
|
|
||||||
- include_role: basessh
|
- name: Include SSH config
|
||||||
|
include_role: name=basessh
|
||||||
|
|
||||||
# instance can be both id and name, volume must be id
|
# instance can be both id and name, volume must be id
|
||||||
# volume must be id
|
# volume must be id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue