mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add proto and port
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
- config
|
||||
|
||||
- name: Join node
|
||||
command: repospanner --config /etc/repospanner/config.yml serve --joinnode {{ join_repospanner_node }}
|
||||
command: repospanner --config /etc/repospanner/config.yml serve --joinnode https://{{ join_repospanner_node }}:8443/
|
||||
args:
|
||||
creates: /var/lib/repospanner/state/state.json
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user