Hi, I have developed a Windows version of the wait_for module that mimics* part* of functionality of the Linux wait_for module.
Currently my module is capable of the following: - wait for the existence of a file (path parameter) when state=present - wait for a file (set by path parameter) to not exist when state=absent - wait for a file (set by path parameter) to contain a string matching a regular expression (set by search_regex parameter) I would like to share this with the community to enable others to add more functionality and to reuse what i have done so far. Should I create a pull request to contribute this? Also, if i have multiple modules to share, should this be done in one pull request or multiple? Sorry for the dumb question but i am new to this :) Thanks Paul -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
