Replaced install-arch with something Ansible!
This commit is contained in:
parent
a883596cf0
commit
1a8502002a
21 changed files with 524 additions and 4 deletions
5
config/automatrop/roles/system/files/dhcpcd.exit-hook
Normal file
5
config/automatrop/roles/system/files/dhcpcd.exit-hook
Normal file
|
@ -0,0 +1,5 @@
|
|||
if $if_up; then
|
||||
chronyc online
|
||||
elif $if_down; then
|
||||
chronyc offline
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue