You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [linuxfabrik.lfops.openvpn_server : Generate DH Parameters with 2048 bits size]
89
+
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: SyntaxError: future feature annotations is not defined
90
+
fatal: [host1]: FAILED! => changed=false
91
+
module_stderr: |-
92
+
Traceback (most recent call last):
93
+
...
94
+
SyntaxError: future feature annotations is not defined
95
+
```
96
+
This occurs when running against a host with Python <=3.6, which is not supported in community.crypto >=3.0.0 (see their [CHANGELOG](https://github.com/ansible-collections/community.crypto/blob/main/CHANGELOG.md#v300)).
97
+
As a workaround the collection can be downgraded: `ansible-galaxy collection install --force 'community.crypto:<3.0.0'`
0 commit comments