WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #975
Annotations
2 errors and 2 warnings
|
run-ansible-lint
Process completed with exit code 2.
|
run-ansible-lint:
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}]) }}
|
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/
|
Loading