Skip to content

Commit

Permalink
Fix yamllint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
natifridman committed May 8, 2024
1 parent e0d0c75 commit c3fd359
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions playbooks/launch-jenkins-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# given the job params, url, username and user token.
- name: Launch jenkins job
hosts: all
tasks:
# launch jenkins job using redhatci collection.
- name: Launch jenkins job
ansible.builtin.import_role:
name: redhatci.ocp.jenkins_job_launcher
vars:
jjl_job_params: "{{ job_params }}"
jjl_job_url: "{{ job_url }}"
jjl_username: "{{ username }}"
jjl_token: "{{ token }}"
tasks:
# launch jenkins job using redhatci collection.
- name: Launch jenkins job
ansible.builtin.import_role:
name: redhatci.ocp.jenkins_job_launcher

Check failure on line 10 in playbooks/launch-jenkins-job.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

syntax-check[specific]

the role 'redhatci.ocp.jenkins_job_launcher' was not found in /home/runner/work/eco-ci-cd/eco-ci-cd/playbooks/roles:/home/runner/.cache/ansible-compat/20b5c3/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/eco-ci-cd/eco-ci-cd/playbooks
vars:
jjl_job_params: "{{ job_params }}"
jjl_job_url: "{{ job_url }}"
jjl_username: "{{ username }}"
jjl_token: "{{ token }}"

0 comments on commit c3fd359

Please sign in to comment.