Closed jbradberry closed 8 years ago
letsencrypt-auto has its own updater that runs every time you execute, so the git checkout winds up being dirty, and fails to update. So, pass force_checkout: True to the git.latest state to throw away the changes to the working tree.
force_checkout: True
git.latest
:+1:
letsencrypt-auto has its own updater that runs every time you execute, so the git checkout winds up being dirty, and fails to update. So, pass
force_checkout: True
to thegit.latest
state to throw away the changes to the working tree.