Finally stable motherfucker

main
Gasper Spagnolo 2022-10-31 20:26:25 +01:00
parent 913ddf9de1
commit dd025f47e0
2 changed files with 3 additions and 3 deletions

View File

@ -53,4 +53,4 @@
- name: Start forcAD
ansible.builtin.command:
cmd: "{{ forc_ad_directory }}/.venv/bin/python3 {{ forc_ad_directory }}/control.py start"
cmd: "{{ forc_ad_directory }}/.venv/bin/python3 {{ forc_ad_directory }}/control.py start --fast"

View File

@ -3,7 +3,7 @@
forc_ad_directory: '/forc_ad'
# forcAD download link
forc_ad_link: 'https://github.com/pomo-mondreganto/ForcAD/archive/refs/heads/master.zip'
forc_ad_link: 'https://github.com/pomo-mondreganto/ForcAD/releases/download/v1.4.0/ForcAD_v1.4.0.zip'
# forcAd zipfile
forc_ad_zipfile: 'ForcAD-master.zip'
forc_ad_zipfile: 'ForcAD_v1.4.0.zip'