roles/common: run ansible-lint --write
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user