John Jarvis
fc61824591
fixing syntax error
2013-05-18 19:49:25 -04:00
Michael DeHaan
47675caab5
Merge pull request #2948 from jcbagneris/devel
...
Fixes in apt module doc: typos, examples
2013-05-18 13:33:27 -07:00
Michael DeHaan
2209f44371
Merge pull request #2932 from bcoca/apt_getbins
...
apt now uses module function to find bin paths
2013-05-18 13:13:04 -07:00
JcB
5d89534744
Fixes in apt module doc: typos, examples
2013-05-17 16:12:30 +02:00
Brian Coca
8f87a0d109
apt now uses module function to find bin paths
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-05-15 22:44:12 -04:00
Jack Kuan
0b941abd04
Make package version comparison use globbing.
...
I have something like:
apt: pkg={{ item }} state=present
with_items:
- python-pysqlite2=2.6.3-*
- python-paramiko=1.7.7.1-*
But due to the use of *'s in the version specifications, the apt ansible
module always reports changed: true. This patch fixes that.
2013-05-13 15:01:02 -04:00
Jan-Piet Mens
521162f43d
Add Requirements to rst template, ansible-doc
...
tweak position & look of Requirements in rst
tweak APT's notes as per anhj's wish
2013-05-11 16:46:59 +02:00
Michael DeHaan
3802560eaa
Merge branch 'devel_apt-cache_valid_time' of git://github.com/gottwald/ansible into devel
2013-05-05 12:28:33 -04:00
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00