Created
October 8, 2021 06:44
-
-
Save deviousway/852a01062b244206744a2c8edd1babad to your computer and use it in GitHub Desktop.
Ansible remove dot from variable with version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php_version: 7.4 | |
php_version_redhat: "{{ php_version | regex_replace ('[.~]', '') }}" | |
###Will return | |
###"msg": 74 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment