--- - name: restart flibusta community.docker.docker_compose_v2: project_src: "{{ flibusta_base_dir }}" state: present restarted: true - name: rebuild flibusta community.docker.docker_compose_v2: project_src: "{{ flibusta_base_dir }}" state: present build: true restarted: true - name: stop flibusta community.docker.docker_compose_v2: project_src: "{{ flibusta_base_dir }}" state: stopped - name: start flibusta community.docker.docker_compose_v2: project_src: "{{ flibusta_base_dir }}" state: present - name: update flibusta database via web debug: msg: | Для обновления базы данных Flibusta выполните: 1. Зайдите в веб-интерфейс: http://{{ ansible_host }}:{{ flibusta_web_port }} 2. Перейдите в меню "Сервис" 3. Нажмите "Обновление базы"