mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update named.yml
This commit is contained in:
parent
e101d2f42c
commit
1b1744c2b5
1 changed files with 8 additions and 10 deletions
|
@ -1,21 +1,19 @@
|
|||
- name: Install named packages (if debuntu)
|
||||
- name: Install named packages {bind9, bind9utils} (if debuntu)
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- bind9
|
||||
- bind9utils
|
||||
state: present
|
||||
with_items:
|
||||
- bind9
|
||||
- bind9utils
|
||||
when: is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Install named packages (if not debuntu)
|
||||
- name: Install named packages {bind, bind-utils} (if not debuntu)
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- bind
|
||||
- bind-utils
|
||||
state: present
|
||||
with_items:
|
||||
- bind
|
||||
- bind-utils
|
||||
when: not is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
|
Loading…
Add table
Reference in a new issue