ansible-role--develop-in-web/tasks/main.yml

11 lines
148 B
YAML
Raw Normal View History

2024-07-12 12:34:20 +00:00
---
# tasks file for glenux.develop_in_web
- name: Install link checker
apt:
name:
- linkchecker
- linklint
state: present
#