Skip to content

Commit

Permalink
Reorder YAML keys to placate ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Mar 7, 2024
1 parent 341e7af commit 41cc1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install-prerequisites-for-netplan-configuration-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
# TODO: Remove this playbook when and if that becomes possible. See
# cisagov/skeleton-packer#301 for more details.
- hosts: all
name: >-
- name: >-
Install prerequisites for the script that fixes the Netplan
configuration generated by cloud-init from the instance metadata
hosts: all
become: true
become_method: ansible.builtin.sudo
tasks:
Expand Down

0 comments on commit 41cc1f9

Please sign in to comment.