-
Notifications
You must be signed in to change notification settings - Fork 80
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
"AnsibleUndefinedVariable: 'dict object' has no attribute 'iteritems'" reploying service file #96
Comments
Does this relate to #74 in some way? The 'Deploy the Rocket.Chat service file' task using rocketchat.service.j2:
|
Changing it to use This appears to be an issue with iteritem() being removed in Python 3. |
I also get this error and I my ansible version runs in Python 3 on MacOS, installed via homebrew:
|
Super valuable, I just searched this error and I am not using rocketchat or homebrew but am using pyenv along with virtualenvironment and had the version set to 2.7.x but no matter what I did with pyenv the virtualenvironment kept using system default. End solution was to use pyenv-virtualenvironment. |
Deploying to CentOS 7:
Any suggestion to the cause/fix?
The text was updated successfully, but these errors were encountered: