Update file main.yml
This commit is contained in:
parent
44ef9e48c9
commit
b5cec53af8
@ -22,15 +22,10 @@
|
|||||||
project_src: "{{ flibusta_base_dir }}"
|
project_src: "{{ flibusta_base_dir }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: update flibusta database
|
- name: update flibusta database via web
|
||||||
shell: |
|
debug:
|
||||||
docker exec flibusta_php php /application/tools/import.php --import
|
msg: |
|
||||||
args:
|
Для обновления базы данных Flibusta выполните:
|
||||||
executable: /bin/bash
|
1. Зайдите в веб-интерфейс: http://{{ ansible_host }}:{{ flibusta_web_port }}
|
||||||
|
2. Перейдите в меню "Сервис"
|
||||||
- name: run daily update script
|
3. Нажмите "Обновление базы"
|
||||||
shell: |
|
|
||||||
cd {{ flibusta_base_dir }}
|
|
||||||
./update_daily.sh
|
|
||||||
args:
|
|
||||||
executable: /bin/bash
|
|
||||||
Loading…
Reference in New Issue
Block a user