Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 18, 2024
1 parent 3fafd30 commit c373dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/redmine_fast_rollout/tasks/instance_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: with plugin definition

Check failure on line 3 in roles/redmine_fast_rollout/tasks/instance_plugin.yml

View workflow job for this annotation

GitHub Actions / build

name[casing]

All names should start with an uppercase letter.
when: custom_available_plugins.stat.exists and 1==0
when: custom_available_plugins.stat.exists
block:
- name: Set plugin - {{ instance_name }}
ansible.builtin.set_fact:
Expand All @@ -16,7 +16,7 @@
force: true

- name: without plugin definition

Check failure on line 18 in roles/redmine_fast_rollout/tasks/instance_plugin.yml

View workflow job for this annotation

GitHub Actions / build

name[casing]

All names should start with an uppercase letter.
when: custom_available_plugins.stat.exists
when: not custom_available_plugins.stat.exists
block:
- name: Update existing plugin git source for {{ plugin_name }}
ansible.builtin.command: git pull --force
Expand Down

0 comments on commit c373dcb

Please sign in to comment.