diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 76913dc546..2f5ad7669d 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -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