You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I run the playbook with Vagrant deploying a debian Buster, everything runs fine.
When using a debian stretch, vagrant stops at parsing the playbook, finding an error in the letsencrypt main task.
From what I've observed, this coud come from the Ansible version installed on the Vagrant guest machine.
I tried checking out the repo to a commit where Debian Stretch was the main distribution (in such release vagrant file installs Ansible with pip)
There, Vagrant stops claiming that pip is not installed.
Is there any way to correct this please?
The text was updated successfully, but these errors were encountered:
Here is my situation:
From what I've observed, this coud come from the Ansible version installed on the Vagrant guest machine.
I tried checking out the repo to a commit where Debian Stretch was the main distribution (in such release vagrant file installs Ansible with pip)
There, Vagrant stops claiming that pip is not installed.
Is there any way to correct this please?
The text was updated successfully, but these errors were encountered: