Comment on Homeserver Ansible Playbook
pezhore@lemmy.ml 5 months agoHeck, you could do a pre-stage play where you delegate to localhost an ansible.builtin.get_url
to download the compose file before doing the rest.
Comment on Homeserver Ansible Playbook
pezhore@lemmy.ml 5 months agoHeck, you could do a pre-stage play where you delegate to localhost an ansible.builtin.get_url
to download the compose file before doing the rest.
avidamoeba@lemmy.ca 5 months ago
I wouldn’t do that because I’d be inevitably picking up breaking changes without my knowledge that I’d have to fix after the fact. Unless you’re pulling from a tag I guess. Still storing along the playbook feels more robust.