Skip to content

Commit

Permalink
Rename playbook to better describe what it does
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
Co-authored-by: dav3r <[email protected]>
  • Loading branch information
3 people committed Mar 7, 2024
1 parent c9f6edf commit de2685c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions src/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
- name: Import base image playbook
ansible.builtin.import_playbook: base.yml

- name: Import playbook to fix Netplan configuration
ansible.builtin.import_playbook: fix-netplan-configuration.yml
- name: >-
Import playbook to install prerequisites for the Netplan
configuration fix
ansible.builtin.import_playbook: install-prerequisites-for-netplan-configuration-fix.yml

- name: Import AWS playbook
ansible.builtin.import_playbook: aws.yml
Expand Down

0 comments on commit de2685c

Please sign in to comment.