Skip to content

Commit

Permalink
Fix compatibility with newer ansible versions, replace include agains…
Browse files Browse the repository at this point in the history
…t include_tasks
  • Loading branch information
tobias-richter committed Aug 20, 2024
1 parent db32df6 commit a194bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: wcm_io_devops.jenkins_facts gather

Check failure on line 2 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Lint (latest)

fqcn[action-core]

Use FQCN for builtin module actions (include_tasks).

Check failure on line 2 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Lint (latest)

name[casing]

All names should start with an uppercase letter.
include: gather_jenkins_facts.yml
include_tasks: gather_jenkins_facts.yml

0 comments on commit a194bb6

Please sign in to comment.