On Fri, Dec 13, 2019, at 8:40 AM, Dylan Humphreys wrote:
> Im getting that bug happen to me, but Im on 2.9.2
>
> `
> % dpkg -l ansible
>
> Desired=Unknown/Install/Remove/Purge/Hold
>
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
>
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
>
> ||/ Name Version Architecture Description
>
> +++-=============================================================-===================================-===================================-================================================================================================================================
>
> ii ansible 2.9.2-1ppa~xenial all Ansible IT Automation
>
>
> `
>
> The code in question:
> `
> msg: "/usr/lib/postgresql-{{ postgresqlversion }}/bin/pg_dump -h
> /run/postgresql/{{ postgresqlversion }} -C --clean {{ dbname }}|
> /usr/bin/pigz > {{ dbbackuplocation }}/{{ oldversion }}_{{ dbname }}_{{
> dbbackups.matched }}.sql.gz"
> `
>
> In the above, oldscmversion is:
>
> `
> % cat vars/demo-scmversion.yml
>
> oldversion: 19.10
> `
You need to make it a string by quoting it; otherwise it's treated as a
floating point number. This is yaml behavior.
V/r,
James Cassell
>
> However the resulting filename for the above once rendered is "19.1"
> Ill confess to not know how to find out what version of ansible that
> bug was actually addressed, but given it was back in 2015, I suspect
> the fix referred to is in the version I am using. Can anyone help /
> suggest a work around?
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/6eedcc2c-b1f1-4575-b56d-4a7ec4163246%40www.fastmail.com.