Hi, I'm trying to use version wildcards while installing apt packages, like so:
apt: pkg=php5=5.4.* Since those packages are being updated in the repository, I cannot hardcode a precise version number. However, on some systems the default php5 package may not correspond to version 5.4, so I need to add a version restriction of some sort. Ansible does not seem to support this syntax, failing with "msg: pkgname wildcard and version can not be mixed". Is there any elegant solution to this? Cheers, David -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
