- name: "Manual Download: Fetch manifest.json from Artifactory"
ansible.builtin.get_url:
# Собираем URL: берем базовый путь и меняем хвост на manifest.json
url: "https://www.malrepository.../ansible/manifest.json"
dest: "{{ openshift_temp_dir.temp_dir }}/{{ lightspeed.build_version }/manifest.json"
url_username: "{{ lightspeed.artifactory.username }}"
url_password: "{{ lightspeed.artifactory.password }}"
mode: '0755'
validate_certs: no
register: download_manifest
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)