Skip to content
Snippets Groups Projects
Commit cf43b64e authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

postgres: `not … is defined` → `… is not defined`

parent 582936b9
Branches
No related tags found
1 merge request!7postgres: Add Commvault backup compatibility
Pipeline #5374 passed
......@@ -24,7 +24,7 @@
- libpq-dev
state: present
- when: not postgres_version is defined
- when: postgres_version is not defined
block:
- name: Check installed software
package_facts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment