Fix linting stuff
All checks were successful
Lint / Lint (3.11) (push) Successful in 1m50s
Lint / Lint (3.10) (push) Successful in 1m57s

This commit is contained in:
Ariejan de Vroom 2024-06-07 09:04:58 +02:00
parent c3d0049b18
commit 8eeb3e77a6
Signed by: ariejan
GPG Key ID: AD739154F713697B
15 changed files with 24 additions and 22 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode/

View File

@ -2,7 +2,7 @@
extends: default
ignore: |
.github/workflows/main.yml
.gitea/workflows/lint.yml
rules:
braces:

View File

@ -1,3 +1,4 @@
---
user:
name: ariejan
password: $1$$$CW5QNaFq/vWd019fB9a/H.

View File

@ -1,6 +1,6 @@
---
- name: Install Arch packages
ansible.builtin.pacman:
community.general.pacman:
name: "{{ packages }}"
state: present
become: true

View File

@ -1,6 +1,6 @@
---
- name: Make sure we have a 'wheel' group
group:
ansible.builtin.group:
name: wheel
state: present