Skip to content

Commit

Permalink
Trivial fixes after several merges:
Browse files Browse the repository at this point in the history
* Fix double quotes on value (ansible-lint)
* Move new proxy settings to an appropriate postion
  • Loading branch information
zeitounator committed Dec 16, 2023
1 parent 36d656a commit 7bac18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ nexus_proxy_exclude_hosts:
- localhost
- 127.*
- "[::1]"
# Applies to both http and https
nexus_http_proxy_retries: 2 # in seconds
nexus_http_proxy_timeout: 20 # in seconds

nexus_config_maven: true
nexus_config_pypi: false
Expand Down Expand Up @@ -763,8 +766,3 @@ _nexus_repos_go_defaults:

nexus_repos_go_group: []
nexus_repos_go_proxy: []

# Applies to both http and https
# Timeout unit is in seconds
nexus_http_proxy_retries: 2
nexus_http_proxy_timeout: 20
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
vars:
script_name: setup_capability
call_args:
capability_typeId: "log4j-visualizer"
capability_typeId: log4j-visualizer
capability_enabled: "{{ nexus_log4j_visualizer_enabled | bool }}"
capability_properties: {}

Expand Down

0 comments on commit 7bac18a

Please sign in to comment.