Skip to content

Commit

Permalink
Galaxy NG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 8, 2023
1 parent 8a94cdf commit 47cbd8a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ skip_list:
- role-name
- schema[meta] # TODO ansible-lint believes the official dependency syntax is wrong
- meta-no-info # we leave platform empty
- var-naming[no-role-prefix] # warns even for include_role vars
- var-naming[no-reserved] # TODO
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

yamllint --strict .
ansible-lint --strict
ansible-lint --strict --offline
2 changes: 1 addition & 1 deletion readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bviktor.wireguard
# noobient.wireguard

## Synopsys

Expand Down
4 changes: 2 additions & 2 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: bviktor.firewalld
- name: bviktor.sysctl
- name: noobient.firewalld
- name: noobient.sysctl
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- src: bviktor.firewalld
- src: bviktor.sysctl
- src: noobient.firewalld
- src: noobient.sysctl
2 changes: 1 addition & 1 deletion tasks/firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
state: absent
register: wg_svc_delete

- name: Reload firewalld # noqa no-handler
- name: Reload firewalld # noqa no-handler no-changed-when
command:
cmd: firewall-cmd --reload
when: wg_svc_delete.changed
Expand Down

0 comments on commit 47cbd8a

Please sign in to comment.