mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release.
This commit is contained in:
@@ -9,10 +9,9 @@ url='http://www.ansible.com'
|
||||
license=('GPL3')
|
||||
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
|
||||
makedepends=('git' 'asciidoc' 'fakeroot')
|
||||
optdepends=('python2-pyzmq: needed for fireball mode'
|
||||
'python2-pyasn1: needed for fireball mode'
|
||||
'python2-crypto: needed for fireball mode'
|
||||
'python2-keyczar: needed for fireball mode')
|
||||
optdepends=('python2-pyasn1: needed for accelerated mode'
|
||||
'python2-crypto: needed for accelerated mode'
|
||||
'python2-keyczar: needed for accelerated mode')
|
||||
conflicts=('ansible')
|
||||
provides=('ansible')
|
||||
backup=('etc/ansible/ansible.cfg')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
This portfile installs ansible from the git repository, it will install the
|
||||
latest and greatest version of ansible. This portfile does not install the
|
||||
required dependencies to run in fireball mode.
|
||||
required dependencies to run in accelerated mode.
|
||||
|
||||
## Installing the stable version of ansible via macports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user