Nikita Galkin

Results 1 comments of Nikita Galkin

Have the same issue, my temporary workaround: ```yaml - name: test hosts: host vars: ssh_port: 2222 ansible_port: "{{ ssh_port }}" tasks: - name: sync ansible.posix.synchronize: dest_port: "{{ lookup('ansible.builtin.vars', 'ansible_port') }}"...