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.
ansible/library
willthames 46a5f8c656 Make state=present the default for ec2_tag
Using `ec2_tag` module without the state argument
currently results in:
```
failed: [127.0.0.1] => {"failed": true, "parsed": false}
```
This fix makes `state=present` the default
11 years ago
..
cloud Make state=present the default for ec2_tag 11 years ago
commands Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
database Merge pull request #5099 from tartansandal/postgresql_db_check_mode 11 years ago
files module(file): Fail instead of exit on exception 11 years ago
internal Addresses #5023 Fix import comments 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Addresses #5023 Fix import comments 11 years ago
monitoring Addresses #5023 Fix import comments 11 years ago
net_infrastructure Addresses #5023 Fix import comments 11 years ago
network Addresses #5023 Fix import comments 11 years ago
notification module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 11 years ago
packaging Merge pull request #5274 from veeti/easy_install_chdir 11 years ago
source_control Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
system Merge pull request #4886 from sergeyhush/devel 11 years ago
utilities Addresses #5023 Fix import comments 11 years ago
web_infrastructure Addresses #5023 Fix import comments 11 years ago