Skip to content
Snippets Groups Projects
Commit a2551c28 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 6d6d7b37 473a5e0c
No related branches found
No related tags found
No related merge requests found
---
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment