Fix bad variable
This commit is contained in:
parent
54c9313668
commit
c07b835e33
|
@ -153,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
|
||||||
|
|
Loading…
Reference in New Issue