Skip to content

Commit ca884fa

Browse files
style(pre-commit): autofix
1 parent f58f917 commit ca884fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/agnocast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ else
2222
sudo apt install -y "agnocast-kmod=${agnocast_version}*"
2323
fi
2424

25-
```
25+
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
agnocast_version: "1.0.1"
1+
agnocast_version: "1.0.1"

ansible/roles/agnocast/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
name: "agnocast-kmod={{ agnocast_version }}*"
3434
state: present
3535
become: true
36-
when: dkms_status.rc != 0
36+
when: dkms_status.rc != 0

0 commit comments

Comments
 (0)