ansible-infra/ansible_collections/debops/debops/playbooks/service/dnsmasq.yml
Stefan Bethke 2aed20393f
Some checks failed
/ Ansible Lint (push) Failing after 5m45s
/ Ansible Lint (pull_request) Failing after 4m59s
Vendor Galaxy Roles and Collections
2026-02-06 22:07:16 +01:00

11 lines
405 B
YAML

---
# Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2017 Robin Schneider <ypid@riseup.net>
# Copyright (C) 2014-2019 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only
- name: Manage regular dnsmasq installation
import_playbook: 'dnsmasq-plain.yml'
- name: Manage dnsmasq installation on QbesOS
import_playbook: 'dnsmasq-persistent_paths.yml'