From cf34d76fe28b7df6b5b12ae630854d71d6039786 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Sat, 13 Jan 2024 09:24:31 -0500 Subject: [PATCH] Add comments mentioning cisagov/skeleton-packer#301 These comments remind us to remove the code to fix up the Netplan configuration generated by cloud-init when and if that becomes possible. --- src/install-prerequisites-for-netplan-configuration-fix.yml | 3 +++ src/playbook.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/install-prerequisites-for-netplan-configuration-fix.yml b/src/install-prerequisites-for-netplan-configuration-fix.yml index 14613352..667e6f1e 100644 --- a/src/install-prerequisites-for-netplan-configuration-fix.yml +++ b/src/install-prerequisites-for-netplan-configuration-fix.yml @@ -5,6 +5,9 @@ # See these issues for more details: # - cisagov/skeleton-packer#300 # - canonical/cloud-init#4764 +# +# TODO: Remove this playbook when and if that becomes possible. See +# cisagov/skeleton-packer#301 for more details. - hosts: all name: >- Install prerequisites for the script that fixes the Netplan diff --git a/src/playbook.yml b/src/playbook.yml index 4f0d18f7..703a7deb 100644 --- a/src/playbook.yml +++ b/src/playbook.yml @@ -2,6 +2,8 @@ - name: Import base image playbook ansible.builtin.import_playbook: base.yml +# TODO: Remove this when and if that becomes possible. See +# cisagov/skeleton-packer#301. - name: >- Import playbook to install prerequisites for the Netplan configuration fix