Fix bad variable

This commit is contained in:
Joshua Boniface 2023-12-10 00:07:08 -05:00
parent 54c9313668
commit c07b835e33
1 changed files with 1 additions and 1 deletions

View File

@ -153,4 +153,4 @@
- pvcnoded.yaml
- pvcapid.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