Skip to content

Commit

Permalink
Handlers need become: true added
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed May 22, 2020
1 parent a097c24 commit ea5710e
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 ea5710e

Please sign in to comment.