My ansible role looks like this:
After executing this role, it returns
How can I fix this error?
When I ssh to my machine as root and try to execute `pkg -d install py37-supervisor`, I am getting a similar error:
My machine is running on `FreeBSD FreeBSD 11.4-RELEASE-p9 FreeBSD 11.4-RELEASE-p9`
I would like to add that command
YAML:
---
- name: Download supervisord
pkgng:
name:
- py37-supervisor
state: present
Bash:
fatal: [1.2.3.4]: FAILED! => {"changed": false, "msg": "failed to install py37-supervisor: ", "stderr": "pkg: No packages available to install matching 'py37-supervisor' have been found in the repos}
When I ssh to my machine as root and try to execute `pkg -d install py37-supervisor`, I am getting a similar error:
Bash:
DBG(1)[15274]> pkg initialized
Updating FreeBSD repository catalogue...
DBG(1)[15274]> PkgRepo: verifying update for FreeBSD
DBG(1)[15274]> Pkgrepo, begin update of '/var/db/pkg/repo-FreeBSD.sqlite'
DBG(1)[15274]> Request to fetch pkg+[URL]http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/meta.conf[/URL]
DBG(1)[15274]> opening libfetch fetcher
DBG(1)[15274]> Fetch > libfetch: connecting
DBG(1)[15274]> Fetch: fetching from: [URL]http://pkgmir.geo.freebsd.org/FreeBSD:11:amd64/quarterly/meta.conf[/URL] with opts "i"
DBG(1)[15274]> Request to fetch pkg+[URL]http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/packagesite.txz[/URL]
DBG(1)[15274]> opening libfetch fetcher
DBG(1)[15274]> Fetch > libfetch: connecting
DBG(1)[15274]> Fetch: fetching from: [URL]http://pkgmir.geo.freebsd.org/FreeBSD:11:amd64/quarterly/packagesite.txz[/URL] with opts "i"
FreeBSD repository is up to date.
All repositories are up to date.
DBG(1)[15274]> want to get an advisory lock on a database
pkg: No packages available to install matching 'py37-supervisor' have been found in the repositories
DBG(1)[15274]> release an advisory lock on a database
My machine is running on `FreeBSD FreeBSD 11.4-RELEASE-p9 FreeBSD 11.4-RELEASE-p9`
I would like to add that command
pkg install py38-supervisor
works fine. But it does not solve my problem because I need 3.7 version