1. 26 May, 2015 2 commits
    • Add required_if to AnsibleModule · 31609e1b
      There is a common pattern in modules where some parameters are required
      only if another parameter is present AND set to a particular value. For
      instance, if a cloud server state is "present" it's important to
      indicate the image to be used, but if it's "absent", the image that was
      used to launch it is not necessary. Provide a check that takes as an
      input a list of 3-element tuples containing parameter to depend on, the
      value it should be set to, and a list of parameters which are required
      if the required parameter is set to the required value.
      Monty Taylor committed
  2. 25 May, 2015 1 commit
  3. 24 May, 2015 1 commit
  4. 23 May, 2015 1 commit
  5. 22 May, 2015 2 commits
  6. 21 May, 2015 3 commits
  7. 19 May, 2015 4 commits
  8. 18 May, 2015 3 commits
  9. 17 May, 2015 4 commits
  10. 16 May, 2015 1 commit
  11. 15 May, 2015 6 commits
  12. 14 May, 2015 1 commit
  13. 13 May, 2015 5 commits
  14. 12 May, 2015 6 commits