Skip to content

Commit

Permalink
Update files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Apr 22, 2024
1 parent aa3e750 commit 09f0d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/oasys-ords/tasks/files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
name: "maintenance_message"
minute: "*/2" # every 10 mins
user: root
job: 'su oracle -c ''echo "<p>$({{ oasys_ords_get_maintenance_msg_command }})</p>" > {{ oasys_ords_maintenance_message_file }}'''
job: "su oracle -c '{{ oasys_ords_get_maintenance_msg_command }} > {{ oasys_ords_maintenance_message_file }}'"

0 comments on commit 09f0d21

Please sign in to comment.