Skip to content

either 'ip' or 'ipaddress' will now be supported in 'service' module #82

either 'ip' or 'ipaddress' will now be supported in 'service' module

either 'ip' or 'ipaddress' will now be supported in 'service' module #82

Workflow file for this run

---
name: ansible-lint
on:
workflow_dispatch:
pull_request:
push:
jobs:
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main