Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
#63: fixed Netplan file name (#64)
Browse files Browse the repository at this point in the history
fixes #63
  • Loading branch information
tomuben authored Oct 6, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 202b5c9 commit 913f1b3
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ Version: 5.0.0
- #51: Fixed network connection
- #57: Fixed release build
- #60: Fixed release build command
- #64: Fixed Netplan file name

## Features / Enhancements

Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@
update_cache: true
become: "{{need_sudo}}"

- name: Copy 01-network-manager.cfg file
- name: Copy 01-network-manager.yaml file
ansible.builtin.copy:
src: "{{item}}"
dest: "/{{item}}"
mode: 0644
become: "{{need_sudo}}"
with_items:
- 'etc/netplan/01-network-manager.cfg'
- 'etc/netplan/01-network-manager.yaml'

- name: Run netplan generate
shell: "netplan generate"

0 comments on commit 913f1b3

Please sign in to comment.