No description
Find a 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'
2013-10-30 22:41:02 -07:00
cloud Need to compare on server object not list 2013-10-30 22:41:02 -07:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Fail if requested variable is not available 2013-10-22 09:30:19 +02:00
files Revert "fix conversion from file to hardlink when force=yes" 2013-10-27 11:51:43 -04:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Set bigip_pool_member version added to 1.4 2013-10-24 11:41:34 -04:00
network Fix issue 4433, make sure status is a int rather than a string 2013-10-12 22:10:40 +02:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging Merge pull request #4509 from mremond/gem_executable 2013-10-27 08:59:19 -07:00
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 2013-10-16 20:37:07 +08:00
system Fixing authorized_keys module to make the key part detection better 2013-10-28 13:52:45 -05:00
utilities Misc pep8 fixes 2013-10-19 13:03:15 -04:00
web_infrastructure Allow generic django_management commands 2013-10-18 17:26:10 -07:00