Fix playbook syntax in base post playbook
Er, plays aren't separated by documents. A playbook is a list of plays. Change-Id: I55fb2823f52547480fdcbca0bf8130f844012c82
This commit is contained in:
parent
0c72786dff
commit
9363d02dc5
@ -1,7 +1,7 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- collect-logs
|
||||
---
|
||||
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Add log server ssh key.
|
||||
@ -11,7 +11,7 @@
|
||||
add_host:
|
||||
name: static.openstack.org
|
||||
groups: zuul_logserver
|
||||
---
|
||||
|
||||
- hosts: zuul_logserver
|
||||
roles:
|
||||
- upload-logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user