pando85
pando85
Optional field for task that allow create variables from to render as facts to this task.
We should not log skipped tasks. Ideally all this options for the output should be configurable but it is not a requisite now.
Add a module for optionally gathering facts as Ansible has: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/setup_module.html More about Ansible Facts: https://docs.ansible.com/ansible/latest/user_guide/playbooks_vars_facts.html
https://docs.ansible.com/ansible/latest/user_guide/playbooks_handlers.html - Add notify to Tasks. - Add handlers: - Other file (e.g. `{{name}}.handlers.rh`)? - Include handlers task (`include_handlers`)? - Task param to register handlers?: ```yaml - name: Register all...
https://docs.rs/clap/latest/clap/index.html#optional-features https://github.com/clap-rs/clap/blob/v3.0.5/examples/derive_ref/README.md#arg-attributes
Like: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html Use cli for not adding unnecessary Rust dependencies
- [ ] `dest` MUST support directories. If dest ends with "/": create dir and copy. - [ ] `src` MUST support directories. - [x] `mode` MUST include `preserve` special...