Compare commits

...

2 Commits

Author SHA1 Message Date
Corbin Bartsch
36a5ea8809
Remove deprecated warn option 2022-11-17 17:11:46 -05:00
Corbin Bartsch
4cbfdedd4d
Ignore package latest linting 2022-11-17 17:11:10 -05:00
2 changed files with 4 additions and 2 deletions

@ -4,4 +4,8 @@ exclude_paths:
- .github/
- meta/
warn_list:
# Package installs should not use latest.
- package-latest
# vi: ft=yaml

@ -13,8 +13,6 @@
cmd: "curl -fsSL https://download.docker.com/linux/debian/gpg \
| sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg"
creates: /etc/apt/keyrings/docker.gpg
args:
warn: false
- name: Create the repository file
ansible.builtin.shell: