On Apr 21, [email protected] 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
signature.asc
Description: PGP signature

