Remove apps_exclude
This commit is contained in:
parent
ec31683ebe
commit
817fdf8ffe
|
@ -124,8 +124,7 @@ apps_vars:
|
|||
extra_tasks: false
|
||||
version: '1.7.1'
|
||||
|
||||
apps_exclude: []
|
||||
apps_include: "{{ apps_vars | dict2items | map(attribute='key') | list | difference(apps_exclude) }}"
|
||||
apps_include: "{{ apps_vars | dict2items | map(attribute='key') | list }}"
|
||||
apps_backup: "{{ apps_vars | dict2items | selectattr('value.backup', 'true') | map(attribute='key') | list | intersect(apps_include) }}"
|
||||
apps_proxied: "{{ apps_vars | dict2items | selectattr('value.domain', 'defined') | map(attribute='key') | list | intersect(apps_include) }}"
|
||||
apps_torified: "{{ apps_vars | dict2items | selectattr('value.onion', 'defined') | map(attribute='key') | list | intersect(apps_include) }}"
|
||||
|
|
Loading…
Reference in a new issue