mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-19 14:58:22 +02:00
Update to 2025-08-18 10:00
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
tags: pg
|
||||
|
||||
- name: Check installed version
|
||||
shell: ldap2pg -V | head -1 | sed -E 's/ldap2pg v(\d+)/\1/'
|
||||
shell: ldap2pg -V | head -1 | perl -pe 's/ldap2pg v?(\d+(\.\d+)*)/$1/'
|
||||
register: ldap2pg_current_version
|
||||
when: ldap2pg_bin.stat.exists
|
||||
changed_when: False
|
||||
|
Reference in New Issue
Block a user