mirror of https://github.com/ansible/ansible.git
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
reviewable/pr18780/r1
parent
5bfbd57869
commit
10c06d4e1e
Loading…
Reference in New Issue