previously disable the cache update was only possible on ubuntu
using the generic name wireguard_update_cache it can be enabled for all
operating systems
* remove support for Fedora 35 / add support for Fedora 36
* remove Fedora 34 + add Fedora 36 to Molecule test
* fix Jinja2 spacing
* fix Jinja2 spacing
* improve the task key order to: name, when, tags, block
* handlers/main.yml: names should start with an uppercase letter
* tasks/main.yml: names should start with an uppercase letter
* add .yamllint
* add Github release action to push new release to Ansible Galaxy
* add Molecule setup for openSUSE 15.4
* molecule/kvm-single-server: add verify.yml / enable verifier
* update CHANGELOG
* move register if config/private key handling out of wg subcommands block
* allow user to specify WireGuard interface restart behavior
* update README
* numeric values in meta/main.yml should be strings
* update Copyright
* fix indentation in tasks/setup-debian.yml
* update Copyright
* update Copyright
* truthy values should be lowercase
* add namespace key again to meta/main.yml
* add molecule/kvm/verify.yml with a very basic unit test
* Add non-standard kernel installation for RockyLinux 8
* Add test VM in molecule tests for Rocky8 non-standard installation method
* Rename non-standard to dkms as an install method
* Automate installation process : kmod if possible, dkms as fallback
* BUGFIX : dmks installation needs EPEL repo for wireguard-tools
* Molecule : install ELRepo mainline kernel for rocky8 dkms installation
* Revert "Automate installation process : kmod if possible, dkms as fallback"
This reverts commit 822fbcbe5d8c484ecd984df57fd170749d6b97c1.
* Molecule : add wireguard_rockylinux8_installation_method variable to test-wg-rocky8-dkms