Skip to content

WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #983

WIP: Add experience for creating necessary network configurations needed to create an EC2 instance

WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #983

Triggered via pull request November 22, 2024 20:01
Status Failure
Total duration 1m 31s
Artifacts

linters.yml

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

Annotations

4 errors and 3 warnings
linters / Runs code linting tests
Process completed with exit code 1.
var-naming[no-role-prefix]: extensions/experiences/configure_aws_network/playbooks/run_configure_aws_network.yaml#L39
Variables names from within roles should use ec2_networking_resources_ as a prefix. (vars: aws_region)
ansible-lint
Process completed with exit code 2.
linters / Runs code linting tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: extensions/experiences/configure_aws_network/playbooks/run_configure_aws_network.yaml#L31
Jinja2 spacing could be improved: {{ sg_internal_rules | default([ {'proto': 'tcp', 'port': '22', 'cidr_ip': vpc_cidr} ]) }} -> {{ sg_internal_rules | default([{'proto': 'tcp', 'port': '22', 'cidr_ip': vpc_cidr}]) }}
ansible-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/