Results 71 issues of pando85

Optional field for task that allow create variables from to render as facts to this task.

area/task

We should not log skipped tasks. Ideally all this options for the output should be configurable but it is not a requisite now.

enhancement
area/log

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

enhancement
area/module

area/task

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...

area/task
area/core

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

area/cli

Like: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html Use cli for not adding unnecessary Rust dependencies

area/module

- [ ] `dest` MUST support directories. If dest ends with "/": create dir and copy. - [ ] `src` MUST support directories. - [x] `mode` MUST include `preserve` special...

area/module