Skip to content

Adds redis tags to fix package issue - #1685

Merged
swalkinshaw merged 1 commit into
masterfrom
fix-redis-tags-issue
Aug 5, 2026
Merged

Adds redis tags to fix package issue#1685
swalkinshaw merged 1 commit into
masterfrom
fix-redis-tags-issue

Conversation

@swalkinshaw

Copy link
Copy Markdown
Member

Fixes #1683

Using --tags redis would filter the include_vars out and not import the PHP version specific vars leading to an undefined variable for redis_packages_default etc.

This fixes that by adding the redis tag (just like memcached and php) to the common task.

Fixes #1683

Using `--tags redis` would filter the `include_vars` out and not import
the PHP version specific vars leading to an undefined variable for
`redis_packages_default` etc.

This fixes that by adding the `redis` tag (just like `memcached` and
`php`) to the common task.
@swalkinshaw
swalkinshaw merged commit cc82dd5 into master Aug 5, 2026
2 checks passed
@swalkinshaw
swalkinshaw deleted the fix-redis-tags-issue branch August 5, 2026 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provisioning with --tags redis fails: php_redis_packages is never defined

1 participant