Skip to content

Commit 0107394

Browse files
committed
Add python3-dateutil to rsyslog role
1 parent 6669321 commit 0107394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/rsyslog/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
- name: Install rsyslog
1+
- name: Install rsyslog and python modules
22
ansible.builtin.package:
33
name:
44
- rsyslog
55
- rsyslog-gnutls
66
- rsyslog-relp
7+
- python3-dateutil
78
state: present
89
notify:
910
- "restart rsyslog"

0 commit comments

Comments
 (0)