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

rundeck_targeting_version is not registered in RHEL / CentOS configuration #14

Closed
rdanilin opened this issue May 21, 2016 · 3 comments
Closed
Assignees

Comments

@rdanilin
Copy link

Hey,

I'm trying to run this role on CentOS 7, during execution I see below error:
``
TASK: [ansible-rundeck | Rundeck - PostgreSQL | ensure database is used to store projects] ***
fatal: [default] => Failed to template {% if rundeck_targeting_version.stdout|version_compare('2.5.0', '>=') %} True {% else %} False {% endif %}: Version comparison: 'dict object' has no attribute 'stdout'

FATAL: all hosts have already failed -- aborting
``

@mat-green
Copy link
Member

Hey, what version of ansible are you using?

@rdanilin
Copy link
Author

Default one I suppose. For now I just commented failed string and it works.

@mat-green mat-green self-assigned this Feb 11, 2017
Farzy pushed a commit to ChauffeurPrive/ansible-rundeck that referenced this issue Jun 5, 2019
@cmcwales2k
Copy link

Hi
line 107 "when: rundeck_targeting_version.stdout|version_compare('2.5.0', '>=')" has not been removed in "configure_for_mysql.yml", but has been removed from "configure_for_postgresql.yml".

Is the when statement actually required?

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

3 participants