diff --git a/deploy_pgcluster.yml b/deploy_pgcluster.yml index d2afe6764..59c8f3df3 100644 --- a/deploy_pgcluster.yml +++ b/deploy_pgcluster.yml @@ -14,6 +14,11 @@ msg: "Ansible version must be {{ minimal_ansible_version }} or higher" when: ansible_version.full is version(minimal_ansible_version, '<') +- name: Gathering facts from all servers + hosts: all + gather_facts: true + tags: always + - import_playbook: etcd_cluster.yml when: not dcs_exists|bool and dcs_type == "etcd" tags: etcd