Compare commits
No commits in common. "36a5ea88094a3f21d7f811c36a67ea4008f2c34f" and "581d3fb71cd2edd2b66d948a93bab6f1c1e4f517" have entirely different histories.
36a5ea8809
...
581d3fb71c
@ -4,8 +4,4 @@ exclude_paths:
|
||||
- .github/
|
||||
- meta/
|
||||
|
||||
warn_list:
|
||||
# Package installs should not use latest.
|
||||
- package-latest
|
||||
|
||||
# vi: ft=yaml
|
||||
|
@ -13,6 +13,8 @@
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user