Skip to content

Commit

Permalink
ansible lint is truly something..
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 27, 2023
1 parent 50d78b3 commit 7498656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ skip_list:
- 'fqcn[action-core]'
- 'name[casing]'
- 'name[missing]'
- 'var-naming[no-role-prefix]'
4 changes: 2 additions & 2 deletions roles/lpms/tasks/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# fetch stable toolchain
- name: rustup update stable
command: rustup update stable
register: stable_output
register: stable_rust_output
changed_when:
- "'downloading' in stable_output.stderr"
- "'downloading' in stable_rust_output.stderr"

- name: install cargo modules
community.general.cargo:
Expand Down

0 comments on commit 7498656

Please sign in to comment.