diff --git a/roles/4-server-options/tasks/main.yml b/roles/4-server-options/tasks/main.yml index cc13246e8..25e6889b1 100644 --- a/roles/4-server-options/tasks/main.yml +++ b/roles/4-server-options/tasks/main.yml @@ -32,28 +32,12 @@ when: usb_lib_install | bool #tags: usb-lib -# NETWORK moved to the very end, after Stage 9 (9-LOCAL-ADDONS) -# It can also be run manually using: cd /opt/iiab/iiab; ./iiab-network -# -#- name: NETWORK -# include_role: -# name: network -# # has no "when: XXXXX_install" flag -# tags: base, network - -# MANDATORY SO PERHAPS THIS BELONGS IN 3-BASE-SERVER ? - name: HOMEPAGE include_role: name: homepage # has no "when: XXXXX_install" flag #tags: base, homepage -#- name: POSTGRESQL -# include_role: -# name: postgresql -# when: postgresql_install | bool -# tags: postgresql, pathagar, moodle - - name: CUPS include_role: name: cups