Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Fix a new lint warning
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mikedep333 committed Sep 14, 2022
1 parent d246843 commit aebe8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pulp_common/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ __pulp_common_pulp_settings_defaults:
media_root: "{{ pulp_settings.deploy_root | default(pulp_user_home) | regex_replace('\\/$', '') }}/media"
private_key_path: "{{ pulp_certs_dir }}/token_private_key.pem"
public_key_path: "{{ pulp_certs_dir }}/token_public_key.pem"
static_url: "{{ (pulp_install_plugins_normalized['galaxy-ng'] is defined) | ternary('/static/','/assets/') }}"
static_url: "{{ (pulp_install_plugins_normalized['galaxy-ng'] is defined) | ternary('/static/', '/assets/') }}"
token_server: "{{ pulp_webserver_disable_https | default(false) | ternary('http', 'https') }}://{{ ansible_facts.fqdn }}/token/"
token_signature_algorithm: ES256
working_directory: "{{ pulp_settings.deploy_root | default(pulp_user_home) | regex_replace('\\/$', '') }}/tmp"
Expand Down

0 comments on commit aebe8fd

Please sign in to comment.