Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible Inventories
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab CI/CD
Ansible Inventories
Commits
1b0e3ae8
Commit
1b0e3ae8
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Try fixing the variable exclusion
parent
a5c3805f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci-template.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci-template.yml
crontabs.yml
+0
-21
0 additions, 21 deletions
crontabs.yml
with
2 additions
and
23 deletions
.gitlab-ci-template.yml
+
2
−
2
View file @
1b0e3ae8
...
...
@@ -10,7 +10,7 @@ stages:
-
chat
except
:
-
schedules
.default_settings_cron
:
&default_settings_cron
stage
:
deploy
tags
:
...
...
@@ -48,4 +48,4 @@ RenewLetsEncrypt:
-
ascr role letsencrypt --tags=renew ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except
:
variables
:
-
$ANSIBLE_JOB_NAME != "RenewLetsEncrypt"
-
$ANSIBLE_JOB_NAME
&& $ANSIBLE_JOB_NAME
!= "RenewLetsEncrypt"
This diff is collapsed.
Click to expand it.
crontabs.yml
deleted
100644 → 0
+
0
−
21
View file @
a5c3805f
.default_settings
:
&default_settings
stage
:
deploy
tags
:
-
ansible
variables
:
GIT_STRATEGY
:
none
only
:
refs
:
-
chat
-
schedules
variables
:
-
$ANSIBLE_JOB_NAME
-
$ANSIBLE_EXTRA_ARGS
RenewLetsEncrypt
:
<<
:
*default_settings
script
:
-
ascr role letsencrypt --tags=renew ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except
:
variables
:
-
$ANSIBLE_JOB_NAME != "RenewLetsEncrypt"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment