Remove support for ansible-core < 2.17 #1162
linters.yml
on: pull_request
linters
/
Runs code linting tests
15s
ansible-lint
1m 12s
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)
|