Skip to content

Commit

Permalink
Fix ansible-lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 9, 2022
1 parent 5cfa83d commit a7d6dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
- include_tasks: secrets.yml
- ansible.builtin.include_tasks: secrets.yml
tags:
- jcasc-secrets
when: jenkins_casc_secrets | length > 0

- include_tasks: upload.yml
- ansible.builtin.include_tasks: upload.yml
tags:
- jcasc-upload

- include_tasks: configure.yml
- ansible.builtin.include_tasks: configure.yml
tags:
- jcasc-configure
when: jenkins_casc_config_path_configure
Expand Down
2 changes: 1 addition & 1 deletion tasks/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
register: _profile_result

- name: Restart Jenkins when required. # noqa 503
include_role:
ansible.builtin.include_role:
name: wcm_io_devops.jenkins_service
vars:
jenkins_service_state: "restarted"
Expand Down

0 comments on commit a7d6dc5

Please sign in to comment.