Skip to content

Commit

Permalink
Merge pull request #20 from mrlesmithjr:mrlesmithjr/issue19
Browse files Browse the repository at this point in the history
Handlers need become: true added
  • Loading branch information
mrlesmithjr authored May 22, 2020
2 parents a097c24 + ea5710e commit 4f8b993
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
- name: Generating Netplan Configuration
command: netplan generate
listen: netplan generate config
notify: netplan apply config
become: true

- name: Generating Netplan Configuration
command: netplan generate
listen: netplan generate config
notify: netplan apply config

- name: Applying Netplan Configuration
command: netplan apply
listen: netplan apply config
when: netplan_apply
- name: Applying Netplan Configuration
command: netplan apply
listen: netplan apply config
become: true
when: netplan_apply

0 comments on commit 4f8b993

Please sign in to comment.