Merge "Modify the hosts of the post-deploy.yml playbook"

This commit is contained in:
Jenkins 2017-04-06 09:25:36 +00:00 committed by Gerrit Code Review
commit a2551c2846

View File

@ -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