mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
2-common/tasks/main.yml: Comment out unused code
This commit is contained in:
parent
36d163333f
commit
969d093c3c
1 changed files with 10 additions and 10 deletions
|
@ -7,20 +7,20 @@
|
|||
include_tasks: fl.yml
|
||||
|
||||
# UNMAINTAINED
|
||||
- include_tasks: centos.yml
|
||||
when: ansible_distribution == "CentOS"
|
||||
#- include_tasks: centos.yml
|
||||
# when: ansible_distribution == "CentOS"
|
||||
|
||||
# UNMAINTAINED
|
||||
- include_tasks: fedora.yml
|
||||
when: ansible_distribution == "Fedora"
|
||||
#- include_tasks: fedora.yml
|
||||
# when: ansible_distribution == "Fedora"
|
||||
|
||||
# UNMAINTAINED
|
||||
- include_tasks: prep.yml
|
||||
when: not is_debuntu
|
||||
#- include_tasks: prep.yml
|
||||
# when: not is_debuntu
|
||||
|
||||
# UNMAINTAINED
|
||||
- include_tasks: xo.yml
|
||||
when: xo_model != "none" or osbuilder is defined
|
||||
#- include_tasks: xo.yml
|
||||
# when: xo_model != "none" or osbuilder is defined
|
||||
|
||||
- include_tasks: packages.yml
|
||||
- include_tasks: network.yml
|
||||
|
@ -49,8 +49,8 @@
|
|||
# src: zzz_iiab.sh
|
||||
|
||||
# UNMAINTAINED
|
||||
- include_tasks: net_mods.yml
|
||||
when: not is_debuntu and not is_F18
|
||||
#- include_tasks: net_mods.yml
|
||||
# when: not is_debuntu and not is_F18
|
||||
|
||||
- include_tasks: iiab-startup.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue