services/ircbot: Update git url
Some checks failed
Test / build (push) Failing after 57s

This commit is contained in:
polyfloyd 2025-05-25 20:13:31 +02:00
parent c56ead77b4
commit b99450233a

View file

@ -1,8 +1,8 @@
--- ---
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/irc-bot.git repo: https://git.bitlair.nl/bitlair/irc-bot.git
version: master version: main
dest: /var/lib/irc-bot dest: /var/lib/irc-bot
accept_hostkey: yes accept_hostkey: yes
ignore_errors: true ignore_errors: true