Skip to content

change let's encrypt to require httpd package instead of the service #57

change let's encrypt to require httpd package instead of the service

change let's encrypt to require httpd package instead of the service #57

Workflow file for this run

---
name: "yamllint"
on: # yamllint disable-line rule:truthy
- "push"
- "pull_request"
jobs:
lintAllTheThings:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v1"
- name: "yaml-lint"
uses: "ibiqlik/action-yamllint@v3"
with:
strict: "true"
file_or_dir: "data manifests"