Skip to content

Commit

Permalink
Fix double space
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 24, 2024
1 parent 3557e18 commit fd0b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cert_sync_detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 2. Extract path attribute from dict list
# 3. Keep only basename
# 4. Remove extension
- name: "[cert sync] Create list of existing client with existing certs"
- name: "[cert sync] Create list of existing client with existing certs"
ansible.builtin.set_fact:
openvpn_existing_client: "{{ openvpn_existing_cert.files | map(attribute='path') | map('basename') | map('replace', '.csr', '') | sort }}"
when: (openvpn_existing_cert.files | length) > 0
Expand Down

0 comments on commit fd0b707

Please sign in to comment.