Implemented fix pointed in issue (#1760)

This commit is contained in:
Alexei Znamensky 2021-02-15 03:08:32 +13:00 committed by GitHub
commit 41bc7816f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- gitlab_runner - parameter ``registration_token`` was required but is used only when ``state`` is ``present`` (https://github.com/ansible-collections/community.general/issues/1714).