Skip to content
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

Closed
SuperQ opened this issue Feb 4, 2019 · 3 comments
Closed

Fix chrony deploy iteritems() issue #195

SuperQ opened this issue Feb 4, 2019 · 3 comments

Comments

@SuperQ
Copy link
Contributor

SuperQ commented Feb 4, 2019

We ran into an issue with iteritems() in the chrony deploy.

@yoe: Can you paste the error message you got?

@SuperQ
Copy link
Contributor Author

SuperQ commented Feb 4, 2019

@paulfantom suspects that this is a Python 2/3 issue and we need to replace iteritems() with items().

@SuperQ
Copy link
Contributor Author

SuperQ commented Feb 4, 2019

My ansible:

$ ansible --version
ansible 2.7.6
  config file = /home/ben/src/FOSDEM/infrastructure/ansible/ansible.cfg
  configured module search path = [u'/home/ben/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/dist-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.15rc1 (default, Nov 12 2018, 14:31:15) [GCC 7.3.0]

@yoe
Copy link
Member

yoe commented Feb 5, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants