Fix service start during login image build
Created by: eesaanatluri
-
Just enable service in
ohpc_firewall_and_servicesrole rather than starting them. It is not required in build stage. These services should be started after build stage in ops phase. -
Also use systemd module as recommended by ansible rather than a more generic services module.