Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Accelerators public code
infra
ansible
cs8_common
Commits
ec72f59c
Commit
ec72f59c
authored
Nov 11, 2021
by
Jean-Michel Elyn
Browse files
packages: Accept non existent variable r_repo_config
parent
8e1f6468
Pipeline
#3230374
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/tasks/main.yml
View file @
ec72f59c
...
...
@@ -6,7 +6,7 @@
-
name
:
Update packages
package_update
:
installed_packages
:
'
{{
r_package_enumerate.dict
}}'
when
:
allow_yum and r_repo_config.changed or snapdate == 'canary'
when
:
allow_yum and r_repo_config.changed
|default(false)
or snapdate == 'canary'
-
name
:
Get facts again
setup
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment