openstack-zuul-jobs/roles/legacy-copy-jenkins-scripts
Clark Boylan 60acea0da6 Run latest ansible-lint on Ubuntu Noble
We bump the Ansible version to the version that Zuul runs. We then set
ansible-lint to the current latest version. This results in a number of
new linter violations which we fix. These violations include:

 * Needing to name plays
 * Needing to start names with a capital letter
 * Using fully qualified names for action modules
 * Quoting permissions strings to avoid octal conversion errors
 * Using explicit yaml structures for tasks

We also tell ansible-lint to mock zuul_return so that we don't get
errors from it complaining that this module is not defined.

Change-Id: Ic881313fea58f4482f70e493f3d256541d31860a
2024-10-07 12:36:32 -07:00
..
files Remove legacy run-jsbuild.sh 2020-02-29 17:28:54 +01:00
tasks Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
README.rst Consolidate legacy scripts 2018-02-09 08:04:38 +01:00

Copy scripts to /usr/jenkins/slave_scripts directory on remote hosts.

Note

This role is deprecated and only exists for transition purposes. It should not be used for new jobs.