Remove symlink in reconfigure tasks
Some roles have a symlink to deploy.yml file for reconfigure. This is causing some issues. "included task files must contain a list of tasks" Change-Id: Ie7ade52900a61bc1c5b867fa7a8f75fc541a6426 Closes-Bug: #1694251
This commit is contained in:
parent
99075dab64
commit
8d5526c070
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/chrony/tasks/reconfigure.yml
Normal file
2
ansible/roles/chrony/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/chrony/tasks/upgrade.yml
Normal file
2
ansible/roles/chrony/tasks/upgrade.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/glance/tasks/reconfigure.yml
Normal file
2
ansible/roles/glance/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/keystone/tasks/reconfigure.yml
Normal file
2
ansible/roles/keystone/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/memcached/tasks/reconfigure.yml
Normal file
2
ansible/roles/memcached/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/neutron/tasks/reconfigure.yml
Normal file
2
ansible/roles/neutron/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
@ -1 +0,0 @@
|
||||
deploy.yml
|
2
ansible/roles/nova/tasks/reconfigure.yml
Normal file
2
ansible/roles/nova/tasks/reconfigure.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include: deploy.yml
|
Loading…
Reference in New Issue
Block a user