From fbacc7d3740a674ce923cb92f79735ca6adbbb63 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 28 May 2024 15:15:59 -0700 Subject: [PATCH] [orangelight] update name of role in task name Co-authored-by: Francis Kayiwa Co-authored-by: Max Kadel Co-authored-by: Ryan Laddusaw Co-authored-by: Trey Pendragon --- roles/orangelight/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/orangelight/tasks/main.yml b/roles/orangelight/tasks/main.yml index 003ea91223..98f668da8b 100644 --- a/roles/orangelight/tasks/main.yml +++ b/roles/orangelight/tasks/main.yml @@ -15,7 +15,7 @@ changed_when: '"Fetching bundler-2.5.10.gem" in install_default_bundler.stdout' tags: rubygems -- name: bibdata | remove old default bundler +- name: orangelight | remove old default bundler ansible.builtin.file: path: /usr/local/lib/ruby/gems/3.1.0/specifications/default/bundler-2.5.9.gemspec state: absent