11 lines
405 B
YAML
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'
|