blob: 355de8ad743676bf3d39a7071f90219dca830b7a (
plain)
1
2
3
4
5
6
7
8
9
|
---
# https://github.com/ansible/ansible-lint/issues/3739
- name: Reproducer bug 3739
hosts: all
tasks:
- name: Generate keypair
community.crypto.openssh_keypair:
path: "{{env.path}}"
when: ( env.path is not none )
|