I am playing around with Lemmy in a VPC but getting this when I run the command
ansible-playbook lemmy.yml --become
following this instruction
https://join.lemmy.ml/docs/en/administration/install_ansible.html
This is on debian 10
I am playing around with Lemmy in a VPC but getting this when I run the command
ansible-playbook lemmy.yml --become
following this instruction
https://join.lemmy.ml/docs/en/administration/install_ansible.html
This is on debian 10
Your screenshot is almost unreadable, could you paste that as text? Did you make any changes to
ansible/lemmy.yml
?deleted by creator
No I’ve not made any changes to the lemmy.yml file
I just tried, and it runs fine for me with Ansible 2.10 and Python 3.9. Which versions do you have?
Thanks com, I am on debian 10 so have python 3.7 and ansible 2.7
Ah wait, its specifically the docker-compose step, because you have to install a plugin for that. Please try the instructions on the following page. We need to add this to the docs.
https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_module.html#ansible-collections-community-docker-docker-compose-module
Thanks comm
So I ran this
ansible-galaxy collection install community.docker
But get
I have never used this Ansible Galaxy, there are also instructions below for installing it via Python.
doh this explains why!
Just gotta figure out how to install 2.9 on debian standard now
NOTE: Installing collections with ansible-galaxy is only supported in ansible 2.9+
You should just be able to do
pip install docker
or something like that.