blob: ac6a81c1295d85e847fec962077d1b695cd660ef (
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 )
|