mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
REmoved dep because they get included via task
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
include_role:
|
||||
name: "{{ item }}"
|
||||
loop:
|
||||
- utils-gen-administrator
|
||||
- util-gen-administrator
|
||||
- drv-non-free
|
||||
|
||||
- name: utils-desk-office-tools
|
||||
- name: util-desk-office-tools
|
||||
when: ("collection_officetools" in group_names)
|
||||
include_role:
|
||||
name: "{{ item }}"
|
||||
loop:
|
||||
- utils-desk-office-tools
|
||||
- util-desk-office-tools
|
||||
- desk-jrnl
|
||||
|
||||
- name: personal computer for business
|
||||
@@ -21,10 +21,10 @@
|
||||
include_role:
|
||||
name: desk-gnucash
|
||||
|
||||
- name: utils-desk-design
|
||||
- name: util-desk-design
|
||||
when: ("collection_designer" in group_names)
|
||||
include_role:
|
||||
name: utils-desk-design
|
||||
name: util-desk-design
|
||||
|
||||
- name: desk-qbittorrent
|
||||
when: ("collection_torrent" in group_names)
|
||||
@@ -54,7 +54,7 @@
|
||||
- name: setup gaming hosts
|
||||
when: ("gaming" in group_names)
|
||||
include_role:
|
||||
name: utils-desk-game-compose
|
||||
name: util-desk-game-compose
|
||||
|
||||
- name: setup entertainment hosts
|
||||
when: ("entertainment" in group_names)
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
- name: "setup corporate identity"
|
||||
include_role:
|
||||
name: utils-srv-corporate-identity
|
||||
name: util-srv-corporate-identity
|
||||
when: ('corporate_identity' | application_allowed(group_names, allowed_applications))
|
||||
|
||||
- name: setup redirect hosts
|
||||
|
Reference in New Issue
Block a user