Skip to content

Commit 4c35766

Browse files
committed
pulp_repository: remove unnecessary default filter
1 parent 3063b01 commit 4c35766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/pulp_repository/tasks/precheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
pulp_url: "{{ pulp_url }}"
55
username: "{{ pulp_username }}"
66
password: "{{ pulp_password }}"
7-
validate_certs: "{{ pulp_validate_certs | default(true) }}"
7+
validate_certs: "{{ pulp_validate_certs | bool }}"
88
refresh_api_cache: true

0 commit comments

Comments
 (0)