Skip to content

Commit

Permalink
Merge pull request #1066 from mira-miracoli/ansible-flower-2
Browse files Browse the repository at this point in the history
Bump ansible-flower 0.3.1-alpha → 2.0.0, disable install, logs to journald
  • Loading branch information
mira-miracoli authored Dec 21, 2023
2 parents ad9f0a5 + feb6e66 commit 219c0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions group_vars/celerycluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ galaxy_systemd_celery_internal_workers: 10
galaxy_systemd_celery_external_workers: 2

# Flower
flower_python_version: python38
flower_custom_logging: false
flower_install: false
flower_app_dir: /opt/galaxy
flower_log_file: /var/log/flower
flower_python_path: server/lib
flower_venv_dir: /opt/galaxy/venv
flower_app_name: galaxy.celery
Expand Down
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ roles:
- name: usegalaxy_eu.influxdbserver
version: 1.1.1
- name: usegalaxy_eu.flower
version: 0.3.1-alpha
version: 2.0.0
# `geerlingguy.pip` is here only because it is a dependency of
# `paprikant.beacon` and because no version has been pinned when declaring
# the dependency, the role is affected by this bug:
Expand Down

0 comments on commit 219c0f6

Please sign in to comment.