Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voidquark committed Aug 14, 2024
1 parent d4ded69 commit a12abb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
skip_list:
- 'yaml'
- 'partial-become'
- 'no-changed-when'
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:

license: MIT

min_ansible_version: 2.1
min_ansible_version: "2.1"

platforms:
- name: EL
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- name: Create the privatebin group
ansible.builtin.group:
name: "{{ privatebin_group }}"
name: "{{ privatebin_group }}"
system: false
state: present

Expand Down

0 comments on commit a12abb0

Please sign in to comment.