Skip to content

Commit

Permalink
Fixing linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Oct 13, 2024
1 parent b387a34 commit 1c99f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/internet-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
dest: /etc/docker/daemon.json
mode: 0644
notify: Restart internet-monitoring
become: yes
become: true
when:
- log_monitoring_enable

- name: Restart service docker
ansible.builtin.service:
name: docker
state: restarted
become: yes
become: true
when:
- log_monitoring_enable

Expand Down
2 changes: 1 addition & 1 deletion tasks/pi-hole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
day: "*"
month: "*"
weekday: "*"
job: "/usr/bin/bash {{ config_dir}}/pi-hole/backup.sh >> {{ config_dir}}/pi-hole/backup-log.log 2>&1"
job: "/usr/bin/bash {{ config_dir }}/pi-hole/backup.sh >> {{ config_dir }}/pi-hole/backup-log.log 2>&1"

- name: Ensure resolveconf exists.
ansible.builtin.file:
Expand Down

0 comments on commit 1c99f37

Please sign in to comment.