Skip to content
Snippets Groups Projects
Commit e809a83b authored by jurgenhaas's avatar jurgenhaas
Browse files

Bring back variable verification to each chat/schedule job

parent 260e9daa
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,14 @@ RenewLetsEncrypt:
<<: *default_settings_cron
script:
- ascr role letsencrypt --tags=renew ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "RenewLetsEncrypt"
UpdateNextcloudPlugins:
<<: *default_settings_cron
script:
- ascr nextcloud-plugins ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateNextcloudPlugins"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment