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 Apr 7, 2021
1 parent 7800f41 commit 18409fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
paths: "{{ jenkins_casc_secrets_dir }}"
register: _jenkins_casc_secrets_existing_files

- debug:
var: _jenkins_casc_secrets_existing_files.files | map(attribute='path') | map('basename') | list

- debug:
var: jenkins_casc_secrets | map(attribute='id') | list

- name: "secrets : unmanaged : delete unmanaged secrets."
file:
path: "{{ jenkins_casc_secrets_dir }}/{{ item }}"
Expand Down

0 comments on commit 18409fb

Please sign in to comment.