Skip to content

Commit

Permalink
Add comments mentioning #301
Browse files Browse the repository at this point in the history
These comments remind us to remove the code to fix up the Netplan
configuration generated by cloud-init when and if that becomes
possible.
  • Loading branch information
jsf9k authored and mcdonnnj committed Mar 7, 2024
1 parent de2685c commit cc0ab41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/install-prerequisites-for-netplan-configuration-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc0ab41

Please sign in to comment.