Skip to content

Commit

Permalink
Change to piwigo_port
Browse files Browse the repository at this point in the history
  • Loading branch information
darshitpp committed Jun 19, 2024
1 parent 234e632 commit b327007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/piwigo/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
homepage.group: Photos
homepage.name: Piwigo
homepage.icon: piwigo.png
homepage.href: "http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:80"
homepage.href: "http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:{{ piwigo_port }}"
homepage.description: Photos client
when: piwigo_enabled is true

Expand Down

0 comments on commit b327007

Please sign in to comment.