-
Ansible has not published a package for focal in the ppa due to multiple build issues[1]. What exists for focal is ansible-base: the ansible project was restructured and split into ansible-base (later to be ansible-core) and a collection of modules and plugins which is now ansible[2]. In principle, for future releases ansible package would contain the collections and depend on ansible-base/ansible-core, which would replace the current ansible package. However, that work has not been done in the ppa, which neither provides the collections. [1] https://github.com/ansible/ansible/issues/69203 [2] https://www.ansible.com/blog/ansible-3.0.0-qa
Ansible has not published a package for focal in the ppa due to multiple build issues[1]. What exists for focal is ansible-base: the ansible project was restructured and split into ansible-base (later to be ansible-core) and a collection of modules and plugins which is now ansible[2]. In principle, for future releases ansible package would contain the collections and depend on ansible-base/ansible-core, which would replace the current ansible package. However, that work has not been done in the ppa, which neither provides the collections. [1] https://github.com/ansible/ansible/issues/69203 [2] https://www.ansible.com/blog/ansible-3.0.0-qa
make-ansible 982 B
#!/bin/sh
#
# Copyright (C) 2019 Ruben Rodriguez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
. ./config
sed 's=KDE neon=Trisquel GNU/Linux=' -i lib/ansible/module_utils/facts/system/distribution.py
changelog "Identify os_family as Debian"
compile