Skip to content

Commit

Permalink
Restore all brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed May 1, 2024
1 parent 2608245 commit bf4dec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/omero_server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ omero_server_systemd_limit_nofile:

# Services which OMERO server needs to be running before it can start,
# such as remote storage.
omero_server_systemd_after:
omero_server_systemd_after: [] # yamllint disable-line rule:brackets

# Services which OMERO server needs to be concurrently running.
omero_server_systemd_requires:
omero_server_systemd_requires: [] # yamllint disable-line rule:brackets

# Dictionary of additional environment variables
omero_server_systemd_environment: {} # yamllint disable-line rule:braces

# List of additional Python packages to be installed into virtualenv
omero_server_python_addons:
omero_server_python_addons: [] # yamllint disable-line rule:brackets

# If true disable anonymous ciphers and use self-signed certificates
omero_server_selfsigned_certificates: true
Expand Down

0 comments on commit bf4dec8

Please sign in to comment.