Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jun 5, 2023
1 parent 8d9d7b2 commit 13eb49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# handlers file
---
- name: apply netplan config
- name: apply netplan config # noqa no-changed-when
ansible.builtin.command: >
netplan apply
listen: netplan apply config

- name: generate netplan config
- name: generate netplan config # noqa no-changed-when
ansible.builtin.command: >
netplan generate
listen: netplan generate config
Expand Down

0 comments on commit 13eb49f

Please sign in to comment.