Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
- Part of issue #313.
  • Loading branch information
martignoni committed Oct 11, 2023
1 parent 1215ea7 commit c8f2ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/rpisettings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
- name: Limit journald file size to 16 megabytes
ansible.builtin.blockinfile:
path: /etc/systemd/journald.conf.d/journald_moodlebox.conf
create: yes
create: true
mode: '0644'
block: |
[Journal]
SystemMaxUse=16M
Expand Down

0 comments on commit c8f2ef3

Please sign in to comment.