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
No related branches found
No related tags found
1 merge request!7postgres: Add Commvault backup compatibility
Pipeline #5374 passed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
- libpq-dev - libpq-dev
state: present state: present
- when: not postgres_version is defined - when: postgres_version is not defined
block: block:
- name: Check installed software - name: Check installed software
package_facts: package_facts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment