-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix chrony deploy iteritems() issue #195
Comments
@paulfantom suspects that this is a Python 2/3 issue and we need to replace |
My ansible:
|
wouter@gangtai:~$ ansible --version
ansible 2.7.6
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/wouter/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 3.7.2+ (default, Feb 2 2019, 14:31:48) [GCC 8.2.0]
That could be the reason, indeed.
…--
To the thief who stole my anti-depressants: I hope you're happy
-- seen somewhere on the Internet on a photo of a billboard
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ran into an issue with iteritems() in the chrony deploy.
@yoe: Can you paste the error message you got?
The text was updated successfully, but these errors were encountered: