blob: 9898d3e83e275117fa9fad17f333c6e2a57295e9 [file] [log] [blame]
---
# xos-head-start/tasks/main.yml
# Performs any configuration of XOS that should be done right before starting
# XOS. This includes copying the admin-openrc.sh, since we had to wait for juju
# to finish before admin-openrc.sh was present.
- name: Copy admin-openrc.sh to service-profile
# command: cp ~/admin-openrc.sh {{ service_profile_repo_dest }}/{{ xos_configuration }}
copy:
remote_src=True
src=~/admin-openrc.sh
dest={{ service_profile_repo_dest }}/{{ xos_configuration }}