Commit Graph

11 Commits (4d8f7d161bffed152213250065a992f8aadf46ff)

Author SHA1 Message Date
Chris Houseknecht 4d8f7d161b Merge pull request #3776 from danschmidt5189/fix-docker_container-typo
Fix "ansbile_facts" typo in docker_container module
10 years ago
chouseknecht cba5b37c9f
Check self.parameters.env exists. 10 years ago
chouseknecht c419d351c5 Fix for issue #3775 - env config comparison 10 years ago
chouseknecht 651133469c
Update restart_policy doc strings. 10 years ago
chouseknecht 6aa4feb459
Fix restart_poicy 10 years ago
chouseknecht af0aa8247d
Fix for #3783 - command returns not found or does not exist. 10 years ago
Dan Schmidt 31d21efbc5 Fix "ansbile_facts" typo in docker_container module 10 years ago
Chris Houseknecht f08e5608c7 Fixed parameters passing in container_create method. (#3618) 10 years ago
Brian Coca e7d49f3308 fixed documentation and arg issues 10 years ago
John R Barker bb9572ca86 ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)
* Call ansible-validate-modules

* Correct quotes + add newline
10 years ago
Chris Houseknecht f6344b6dc7 Adding docker_container (#3495)
* Adding docker_container

* If state absent, stop the container before attempting to remove. Fixed status running check.

* If container absent, stop before removing. Fix container status check.
10 years ago