1. 09 Jul, 2014 3 commits
  2. 08 Jul, 2014 8 commits
  3. 07 Jul, 2014 1 commit
    • assert: add optional `msg` argument · d94395f4
      Sample playbook when it may be useful:
      ```
      - uri: return_content=yes url={{ api_base }}/action/{{ inventory_hostname }}
        register: output
      - assert:
          msg: '{{ output.json | to_nice_json }}'
          that:
            - output.json.foo != "bar"
            - output.json.boo == 42
      ```
      Leonid Evdokimov committed
  4. 05 Jul, 2014 7 commits
  5. 04 Jul, 2014 3 commits
  6. 03 Jul, 2014 5 commits
  7. 02 Jul, 2014 12 commits
  8. 01 Jul, 2014 1 commit