Added Amazon_Root_CA_1.crt to ca-certificates.conf #161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ansible-lint | |
on: [push, pull_request] | |
jobs: | |
ansible-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run ansible-lint | |
uses: ansible/ansible-lint-action@main | |
with: | |
path: ./harden.yml |