Skip to content

Commit

Permalink
Comment out support for systemd-resolved
Browse files Browse the repository at this point in the history
We cannot support systemd-resolved until we upgrade the base AMI to
Ubuntu 24.04.  See #25 for more details.
  • Loading branch information
jsf9k committed May 15, 2024
1 parent d02a767 commit d5ee64c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions src/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- name: Configure JournalD to preserve logs across reboots
ansible.builtin.include_role:
name: persist_journald
- name: Install and configure systemd-resolved
ansible.builtin.include_role:
name: systemd_resolved
# TODO: Enable support for systemd-resolved once we move to Ubuntu
# 24.04. See issue #25 for more details.
# - name: Install and configure systemd-resolved
# ansible.builtin.include_role:
# name: systemd_resolved
6 changes: 4 additions & 2 deletions src/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
src: https://github.com/cisagov/ansible-role-python
- name: remove_python2
src: https://github.com/cisagov/ansible-role-remove-python2
- name: systemd_resolved
src: https://github.com/cisagov/ansible-role-systemd-resolved
# TODO: Enable support for systemd-resolved once we move to Ubuntu
# 24.04. See issue #25 for more details.
# - name: systemd_resolved
# src: https://github.com/cisagov/ansible-role-systemd-resolved
- name: ufw
src: https://github.com/cisagov/ansible-role-ufw
- name: upgrade
Expand Down

0 comments on commit d5ee64c

Please sign in to comment.