Skip to content

Commit

Permalink
Merge pull request #500 from BiBiServ/hotfix-services
Browse files Browse the repository at this point in the history
Dirty fix for service being too fast for startup
  • Loading branch information
XaverStiensmeier authored May 16, 2024
2 parents 5ce64a2 + 6272703 commit 44c6d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibigrid/core/utility/ansible_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"Execute ansible playbook. Be patient.")

# ansible setup
UPDATE = ("sudo apt-get update", "Update apt repository lists.")
UPDATE = ("sleep 60 && sudo apt-get update", "Update apt repository lists.") # dirty fix
PYTHON3_PIP = "sudo apt-get install -y python3-pip", "Install python3 pip using apt."
ANSIBLE_PASSLIB = ("sudo pip install ansible==6.6 passlib", "Install Ansible and Passlib using pip.")

0 comments on commit 44c6d0c

Please sign in to comment.