Skip to content

Commit

Permalink
aa: invite: Fix app name
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Sep 26, 2023
1 parent 60eff55 commit 0987c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ authorities:
}
- {
id: "invite",
description: "SURFinvite",
description: "SURFconext Invite",
endpoint: "{{ aa.invite_url }}",
user: "{{ aa.invite_username }}",
password: "{{ aa.invite_password }}",
Expand Down
1 change: 0 additions & 1 deletion roles/springboot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
- name: "Install Springboot Server services"
include_tasks: "springboot.yml"
with_items: "{{ springboot_server_services }}"
no_log: true
loop_control:
loop_var: springboot
when:
Expand Down

0 comments on commit 0987c12

Please sign in to comment.