Files
community.general/lib/ansible/modules/extras/system
Adrian Likins 66716d58a2 Use %s string formatting in system/timezone.py (#2632)
This module was using python 2.6 string .format().
To enable the module to run on python2.4, replace
the .format formatting with '%s' based string formatting.

There was also a use of a 'filename' variable in the
NosystemdTimezone.get() method that was never set.

An import of 'os' was also added for clarity.
2016-12-08 11:34:35 -05:00
..
2016-12-08 11:32:18 -05:00
2016-12-08 11:33:50 -05:00
2016-12-08 11:34:34 -05:00
2016-12-08 11:34:31 -05:00
2016-12-08 11:34:09 -05:00
2016-12-08 11:33:25 -05:00
2016-12-08 11:34:15 -05:00
2016-12-08 11:33:48 -05:00