Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can select PHP version on RedHat. #415

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

benoistlaurent
Copy link

Fixes #414

@@ -1,4 +1,7 @@
---
- name: Set the default PHP version for RedHat-based OSes.
command: "dnf module enable -y php:{{ php_default_version_redhat }}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not idempotent. try

package:
  name: "@php:{{ php_default_version_redhat }}/common"

if you want to install from appstreams.

Copy link

github-actions bot commented Oct 5, 2024

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select PHP version on RedHat
2 participants