]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Add `rsyslog`
authorOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 22:36:30 +0000 (01:36 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 22:36:30 +0000 (01:36 +0300)
playbooks/roles/init-system/tasks/apt.yaml

index 1bea753d1e3f4801108ca641fdca3d647ba06fa8..33c7864400ce01dd0adcff62d421b8aded39c73b 100644 (file)
@@ -17,7 +17,8 @@
            'bash', 'bash-completion', 'bzip2',
            'curl', 'dnsutils', 'dselect', 'ifupdown-extra',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', 'ncurses-term',
-           'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip',
+           'procmail', 'rsync', 'rsyslog',
+           'unzip', 'vim', 'wget', 'whois', 'zip',
           ]
     state: latest
     update_cache: yes