def install_apache(self): if self.args.force or prompt(red(' * Install Apache2 (y/n)?'), default='y') == 'y': self.common_install_apache2()