roles/common: run ansible-lint --write

This commit is contained in:
2023-08-23 21:33:22 +03:00
parent b9e91c4a3d
commit 17736a4f14
11 changed files with 228 additions and 233 deletions

View File

@ -1,5 +1,4 @@
---
- name: Configure Debian packages
block:
# Create directory for third-party package signing keys. Required on distros
@ -9,7 +8,7 @@
- name: Create /etc/apt/keyrings
file:
path: /etc/apt/keyrings
mode: 0755
mode: "0755"
owner: root
group: root
state: directory