Merge "Modify the hosts of the post-deploy.yml playbook"
This commit is contained in:
commit
a2551c2846
@ -1,9 +1,8 @@
|
||||
---
|
||||
- name: Creating admin openrc file on the deploy node
|
||||
hosts: all
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- template:
|
||||
src: "roles/common/templates/admin-openrc.sh.j2"
|
||||
dest: "{{ node_config_directory }}/admin-openrc.sh"
|
||||
run_once: True
|
||||
connection: local
|
||||
|
Loading…
Reference in New Issue
Block a user