Skip to content

Commit

Permalink
Remove disabling rsyslog
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jun 27, 2024
1 parent ad61e1a commit 068a2c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/aws/uid2-operator-ami/ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@
mode: 0644
remote_src: yes

- name: Ensure rsyslog is disabled at boot
ansible.builtin.systemd:
name: rsyslog
state: stopped
enabled: false

- name: Ensure syslog-ng is enabled at boot
ansible.builtin.systemd:
name: syslog-ng
Expand Down

0 comments on commit 068a2c6

Please sign in to comment.