On Apr 21, stefa...@debian.org wrote:

Can you provide a minimal trival playbook that triggers this?

# ansible.cfg
[defaults]
inventory = hosts.txt
strategy = mitogen_linear

# hosts.txt
[servers]
server1.example.com ansible_user=root

# server1.yaml
- hosts: server1.example.com
  gather_facts: false
  tasks:
    - file: state=link src=foo dest=/tmp/bar

(server1.example.com needs to be reachable.)

--
ciao,
Marco

Attachment: signature.asc
Description: PGP signature

Reply via email to