1
0
Fork 0
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:
A Holt 2021-07-28 01:42:11 -04:00 committed by GitHub
parent 36d163333f
commit 969d093c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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