Skip to content

atproto handle via DNS + deploy-time DNS verification #114

atproto handle via DNS + deploy-time DNS verification

atproto handle via DNS + deploy-time DNS verification #114

Workflow file for this run

---
name: Ansible CI
on:
pull_request:
env:
ANSIBLE_FORCE_COLOR: true
ANSIBLE_GALAXY_SERVER_GALAXY_URL: "https://galaxy.ansible.com"
ANSIBLE_GALAXY_SERVER_GALAXY_TIMEOUT: 120
ANSIBLE_GALAXY_SERVER_LIST: "galaxy"
jobs:
ansible-lint:
runs-on: ubuntu-latest
env:
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
submodules: true
- run: ./set_vault_password.sh
- run: ls -l .vault-password
- name: Lint collection
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0