Compare commits
4 Commits
865c7d0872
...
c07b835e33
Author | SHA1 | Date | |
---|---|---|---|
c07b835e33 | |||
54c9313668 | |||
c488b04939 | |||
9e21aecf97 |
@ -55,7 +55,10 @@
|
|||||||
- pvc-daemon-common
|
- pvc-daemon-common
|
||||||
- pvc-daemon-api
|
- pvc-daemon-api
|
||||||
- pvc-daemon-node
|
- pvc-daemon-node
|
||||||
|
- pvc-daemon-health
|
||||||
|
- pvc-daemon-worker
|
||||||
state: latest
|
state: latest
|
||||||
|
dpkg_options: "force-all"
|
||||||
register: packages
|
register: packages
|
||||||
|
|
||||||
- name: clean apt archives
|
- name: clean apt archives
|
||||||
@ -150,4 +153,4 @@
|
|||||||
- pvcnoded.yaml
|
- pvcnoded.yaml
|
||||||
- pvcapid.yaml
|
- pvcapid.yaml
|
||||||
- autobackup.yaml
|
- autobackup.yaml
|
||||||
when: pvc_config_file_check.stat.exists and pvc_version_check.rc == 0
|
when: pvc_config_check.stat.exists and pvc_version_check.rc == 0
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
register: apt_res
|
register: apt_res
|
||||||
retries: 5
|
retries: 5
|
||||||
until: apt_res is success
|
until: apt_res is success
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: install pvc packages (coordinators only)
|
- name: install pvc packages (coordinators only)
|
||||||
apt:
|
apt:
|
||||||
@ -26,6 +27,10 @@
|
|||||||
register: apt_res
|
register: apt_res
|
||||||
retries: 5
|
retries: 5
|
||||||
until: apt_res is success
|
until: apt_res is success
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: check if pvc-client-cli is installed
|
||||||
|
command: dpkg -l pvc-client-cli
|
||||||
|
|
||||||
- name: install pvc daemon configuration
|
- name: install pvc daemon configuration
|
||||||
template:
|
template:
|
||||||
|
Reference in New Issue
Block a user