Divan Santana
Divan Santana
Does reckon support more complicated transactions like so? ``` 2018/01/20 * Some Employer ; Person: Bob Income:Salary:Cash R-30000.00 Expenses:Taxes:PAYE R3000.00 Expenses:Taxes:UIF R100.00 Assets:MyBank:Checking R26900.00 ```
Seems to install the agent, but not allow for upgrading the agent because state is set to present. ```yaml - name: Install check_mk_agent package: name: check-mk-agent state: present ``` Would...
Wondering if this supports caddy v2?
Now that #178 is sorted, a separate much more minor issue :grimacing: How does one achieve something like this: ``` 1 htop 2 remotehost1 3 remotehost2 4 zsh ``` IE...
Support for ksh, the default shell on openbsd would be nice. Is there a workaround in the meantime?
the [passdmenu](https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu) is obviously very nice and useful. It would be nice if either the upstream one supported this, or this project shipped with a dmenu script. What are your...
Thanks for this great software. We use group_by ansible module to create ad-hoc groups based on our custom facts. This creates ad-hoc groups like env_dev env_prod , os_el6 etc. Is...
Trying to use ansible connection backend, it seems to fail when ansible_host variable is set to another variable, like so `inventories/host_vars/my_host.yml` ```yaml --- network_interfaces: - name: ens3 address: 10.254.14.18 netmask:...
Is it possible to define a custom report interval? So --monthly reports for each month. However I run my month from 20th to 19th of the following month. Is it...