From d20340dc7fef0dc037a21b0017e11f9a50b9322e Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Sat, 19 Oct 2024 06:49:25 -0400 Subject: [PATCH] [ansible/venv] Comment eastereggs skill until PR is merged --- .../templates/virtualenv/extra-skills-requirements.txt.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/ovos_installer/templates/virtualenv/extra-skills-requirements.txt.j2 b/ansible/roles/ovos_installer/templates/virtualenv/extra-skills-requirements.txt.j2 index 73dac932..bce59f0e 100644 --- a/ansible/roles/ovos_installer/templates/virtualenv/extra-skills-requirements.txt.j2 +++ b/ansible/roles/ovos_installer/templates/virtualenv/extra-skills-requirements.txt.j2 @@ -4,6 +4,6 @@ ovos-skill-icanhazdadjokes # No PyPi release git+https://github.com/OpenVoiceOS/skill-ovos-randomness.git -{% if ovos_installer_profile != "server" %} -git+https://github.com/OpenVoiceOS/ovos-skill-easter-eggs.git -{% endif %} +#{% if ovos_installer_profile != "server" %} +#git+https://github.com/OpenVoiceOS/ovos-skill-easter-eggs.git +#{% endif %}