Closed reminec closed 7 years ago
Thanks for your contribution, Rémi. Would you mind opening a separate PR with the indentation/macro changes?
Something like this would work:
# Create a separate branch containing the indentation commit.
git checkout -b fix/indentation
git push -u origin fix/indentation
# Remove the indentation commit from `master` and force push.
git checkout master
git reset --hard HEAD~
git push -f
Done ;)
Thanks! I will try and get to these this week.
Hello !
I was using this role and my fix before the change of maintainers. I decided to switch on the original fork with new maintainers.
In this PR, 3 commits : 2 for closing issues #83 and #84 1 for ability to have a good rating on ssllabs checkings. Maybe your prefer to switch this configuration in the vars/main.yml example ?
Let me know ;)