Ben Kochie
Ben Kochie
``` Failed to find required executable \"rsync\" in paths ```
It seems like the `tmpfs` isn't included in the `ansible_mounts` fact. Will have to investigate that.
IMO this is a bug in Ansible's package module. It should not need to update caches or activate yum with `state: present`. We have this issue with every role, they...
Yes, that should be easy enough to add. PRs welcome.
Yes, we make users for the other roles. This one needs cleanup.
Previously we intended that the roles only supported systemd, as it was complicated to support multiple supervisors.
If we're going to support this, we need to commit to supporting launchd/MacOS on all modules for consistency. For the launchd config files, I wonder if [community.general.xml](https://docs.ansible.com/ansible/latest/collections/community/general/xml_module.html) would be useful...
Looks like there's a merge conflict with sys.ttar.
This needs a rebase.
I'm not sure we really need this. We've handled feature transitions with simple boolean flags.