You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
John Dewey fdec31f200 Need to compare on server object not list
TASK: [create test controller 0] **********************************************
    failed: [127.0.0.1] => {"failed": true, "parsed": false}
    invalid output was: Traceback (most recent call last):
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module>
        main()
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main
        _get_server_state(module, nova)
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state
        if server.status != 'ACTIVE':
    AttributeError: 'list' object has no attribute 'status'
11 years ago
cloud Need to compare on server object not list 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Fail if requested variable is not available 11 years ago
files Revert "fix conversion from file to hardlink when force=yes" 11 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Add missing version_added description in docs. 11 years ago
monitoring Monit fix - Use case insensitive comparison 11 years ago
net_infrastructure Set bigip_pool_member version added to 1.4 11 years ago
network Fix issue 4433, make sure status is a int rather than a string 11 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
packaging Merge pull request #4509 from mremond/gem_executable 11 years ago
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 11 years ago
system Fixing authorized_keys module to make the key part detection better 11 years ago
utilities Misc pep8 fixes 11 years ago
web_infrastructure Allow generic django_management commands 11 years ago