Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen committed May 23, 2022
1 parent c705376 commit d37383b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
extends: default

rules:
line-length: disable
3 changes: 1 addition & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
ansible.builtin.apt:
name:
- gnupg
update_cache: yes
update_cache: true
register: install_result
retries: 3
until: install_result is success
when: ansible_os_family == "Debian"

roles:
- role: deekayen.alremote

0 comments on commit d37383b

Please sign in to comment.