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 include_tasks: fl.yml
# UNMAINTAINED # UNMAINTAINED
- include_tasks: centos.yml #- include_tasks: centos.yml
when: ansible_distribution == "CentOS" # when: ansible_distribution == "CentOS"
# UNMAINTAINED # UNMAINTAINED
- include_tasks: fedora.yml #- include_tasks: fedora.yml
when: ansible_distribution == "Fedora" # when: ansible_distribution == "Fedora"
# UNMAINTAINED # UNMAINTAINED
- include_tasks: prep.yml #- include_tasks: prep.yml
when: not is_debuntu # when: not is_debuntu
# UNMAINTAINED # UNMAINTAINED
- include_tasks: xo.yml #- include_tasks: xo.yml
when: xo_model != "none" or osbuilder is defined # when: xo_model != "none" or osbuilder is defined
- include_tasks: packages.yml - include_tasks: packages.yml
- include_tasks: network.yml - include_tasks: network.yml
@ -49,8 +49,8 @@
# src: zzz_iiab.sh # src: zzz_iiab.sh
# UNMAINTAINED # UNMAINTAINED
- include_tasks: net_mods.yml #- include_tasks: net_mods.yml
when: not is_debuntu and not is_F18 # when: not is_debuntu and not is_F18
- include_tasks: iiab-startup.yml - include_tasks: iiab-startup.yml