WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #974
linters.yml
on: pull_request
linters
/
Runs code linting tests
13s
ansible-lint
1m 13s
Annotations
4 errors and 3 warnings
linters / Runs code linting tests
Process completed with exit code 1.
|
|
load-failure[runtimeerror]:
extensions/experiences/configure_aws_network/template_surveys/configure_aws_network.yaml#L1
Failed to load YAML file: extensions/experiences/configure_aws_network/template_surveys/configure_aws_network.yaml
|
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.yml#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/
|