diff options
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/create.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/create.yml b/deployment/noheat/infra-openstack/ansible/create.yml index a088662b2..91c145f7a 100644 --- a/deployment/noheat/infra-openstack/ansible/create.yml +++ b/deployment/noheat/infra-openstack/ansible/create.yml @@ -46,3 +46,9 @@ dest: "{{ operation.inventory }}" vars: hosts: "{{ lookup('dict', hostvars['localhost']['hosts_dict']) }}" + - name: Push in-cluster deployment stage description to the next Ansible control host + ansible.posix.synchronize: + src: ../../cluster-rke + dest: ~/deploy + - name: Add Ansible collection dependencies + command: "ansible-galaxy collection install ansible.posix" |