Skip to content

Remove support for ansible-core < 2.17 #1162

Remove support for ansible-core < 2.17

Remove support for ansible-core < 2.17 #1162

Triggered via pull request September 2, 2025 12:04
Status Failure
Total duration 1m 15s
Artifacts

linters.yml

on: pull_request
linters  /  Runs code linting tests
15s
linters / Runs code linting tests
ansible-lint
1m 12s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ansible-lint
Process completed with exit code 1.
var-naming[no-role-prefix]: roles/manage_ec2_instance/tasks/ec2_instance_delete_operations.yml#L2
Variables names from within roles should use manage_ec2_instance_ as a prefix. (register: ec2_info_result)
var-naming[no-role-prefix]: roles/manage_ec2_instance/tasks/ec2_instance_create_operations.yml#L46
Variables names from within roles should use manage_ec2_instance_ as a prefix. (register: instance_eip)
var-naming[no-role-prefix]: roles/ec2_networking_resources/tasks/delete.yml#L8
Variables names from within roles should use ec2_networking_resources_ as a prefix. (set_fact: vpc_id)