Skip to content

Commit

Permalink
Merge pull request #11 from drwahl/applytoggle
Browse files Browse the repository at this point in the history
Provide a facility to skip `netplan apply`
  • Loading branch information
mrlesmithjr authored Jul 21, 2019
2 parents 01d0169 + 75b0fe6 commit 30273c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ netplan_packages:
- netplan.io

netplan_pri_domain: example.org

netplan_apply: True
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- name: Applying Netplan Configuration
command: netplan apply
listen: netplan apply config
when: netplan_apply

0 comments on commit 30273c1

Please sign in to comment.