Hi,
I was trying to download the files from ftp with username and password but 
I was getting the below mentioned error.


"url": "ftp://[email protected]/internal/DevOps/eagle/";,
            "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "url_username": "user",
            "use_proxy": true,
            "validate_certs": true
        }
    },
    "mode": "0755",
    "msg": "Request failed: <urlopen error ftp error: 530 User cannot log 
in.>",
    "owner": "root",
    "size": 4096,
    "state": "directory",
    "uid": 0,
    "url": "ftp://[email protected]/internal/DevOps/eagle/";

-------------------------------------------------------------------------------------------------------

Yml file

- name: FTP
    get_url:
     url: ftp://[email protected]/internal/DevOps/eagle/
#     force_basic_auth: true
     url_username: xxxxx
     url_password: xxxxx
#     use_proxy: true



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/84f18603-2402-40ad-b971-473b78a8e37a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to