index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changelogs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make squash deprecation messages less misleading (#49551)
Matt Martz
2018-12-06
1
-0
/
+2
*
Fix google auth scoping for unscoped credentials (#46740)
Thomas Picariello
2018-12-06
1
-0
/
+2
*
fix py3 scope for unique filter errors, enable filters integration tests on r...
Adam Miller
2018-12-06
1
-0
/
+3
*
Fixed win_route module (#46395)
uberjew666
2018-12-06
1
-0
/
+2
*
FactCache changes
Toshio Kuratomi
2018-12-05
1
-1
/
+5
*
fix cache 'update' method to be 'mapping' compatible
Brian Coca
2018-12-05
1
-0
/
+2
*
Support version 3 of the redis python library (#49445)
Matt Martz
2018-12-05
1
-0
/
+2
*
Fix an issue retrieving some types of 1Password items. (#47213)
Ryan Conway
2018-12-05
1
-0
/
+2
*
Fix for changes in clearlinux (#49344)
Josue David Hernandez
2018-12-05
1
-0
/
+3
*
VMware: Add option to modify disk type while cloning template (#47859)
chris93111
2018-12-05
1
-0
/
+2
*
Fix for callback plugins on Python3 when a module returns dictionary keys tha...
Toshio Kuratomi
2018-12-05
1
-0
/
+4
*
Fix win_nssm credentials quoting (#48761)
mattandes
2018-12-05
1
-0
/
+2
*
Revert "fix cache 'update' method to be 'mapping' compatible"
Toshio Kuratomi
2018-12-04
1
-2
/
+0
*
[s3_bucket] Handle error paginating object versions when bucket does not exis...
Sloane Hertel
2018-12-04
1
-0
/
+3
*
Warn if empty string is present in synchronize's rsync_opts
Toshio Kuratomi
2018-12-04
1
-0
/
+4
*
Use IndexError in exception (#49488)
Sam Doran
2018-12-04
1
-0
/
+2
*
Add better error when k=v syntax is used with YAML in tasks (#41754)
Sam Doran
2018-12-04
1
-0
/
+2
*
Use System.Xml.XmlDocument.Load rather than Get-Content to avoid (#49206)
Richard Levenberg
2018-12-04
1
-0
/
+2
*
rabbitmq_binding: Add support for state=absent (#48599)
Jon Bergli Heier
2018-12-04
1
-0
/
+2
*
VMware: Fix module usages in module_utils (#49421)
Abhijeet Kasurde
2018-12-04
1
-0
/
+4
*
Implement test case prefix to filter test cases (#40174)
sdirbach
2018-12-03
1
-0
/
+3
*
Support for pids_limit parameter in docker_container module (#49319)
Akshay Gaikwad
2018-12-03
1
-0
/
+2
*
Implement hide task arguments feature (#40176)
sdirbach
2018-12-03
1
-0
/
+3
*
ACME: add diff to acme_account, account_public_key to acme_account_facts, and...
Felix Fontein
2018-12-02
1
-0
/
+3
*
Yaml inventory more tolerant (#48883)
Brian Coca
2018-12-01
1
-0
/
+2
*
zabbix inventory: options to read per each host and set ansible_ssh_host (#44...
Filippo125
2018-12-01
1
-0
/
+4
*
unsafe cleanup
Brian Coca
2018-11-30
1
-0
/
+2
*
dnf module load/init dnf pkg mgr plugins properly (#49278)
Adam Miller
2018-11-30
1
-0
/
+3
*
Last loaded handler with the same name wins (#49249)
Martin Krizek
2018-11-30
1
-0
/
+2
*
fix module argument to be boolean (#47134)
Martin Surovcak
2018-11-30
1
-0
/
+2
*
Fix GCE and scaleway VM detection (#47193)
Lex Rivera
2018-11-30
1
-0
/
+2
*
Do not allow addressing an import from handlers via notify. Fixes #48936 (#49...
Matt Martz
2018-11-29
1
-0
/
+4
*
zabbix_template: fixed idempotency issues (#49188)
Dusan Matejka
2018-11-29
2
-0
/
+7
*
VPC peer module unhandled exception on bad peering ID (#45306)
Ryan Brown
2018-11-29
1
-0
/
+2
*
ec2_asg: Retry Autoscaling Group delete calls when scaling activity is in pro...
Ryan Brown
2018-11-29
1
-0
/
+2
*
ACME: improve error handling (#49266)
Felix Fontein
2018-11-29
1
-0
/
+2
*
require git when trying to use it in ansible-galaxy cli (#49212)
Adam Miller
2018-11-28
1
-0
/
+2
*
Merge pull request #49080 from bcoca/better_invp_skip
Brian Coca
2018-11-28
1
-0
/
+2
*
Fix using vault encrypted data with jinja2_native (#49025)
Martin Krizek
2018-11-27
1
-0
/
+2
*
Warn about falling back to jinja2_native=false (#49063)
Martin Krizek
2018-11-27
1
-0
/
+2
*
split PS wrapper and payload (CVE-2018-16859) (#49142)
Matt Davis
2018-11-27
1
-0
/
+2
*
updated var docs (#48957)
Brian Coca
2018-11-26
1
-0
/
+2
*
Properly handle FieldAttribute.default if callable (#48992)
Martin Krizek
2018-11-26
1
-0
/
+2
*
docker_container: fix init option idempotency with old docker-py versions (#4...
Felix Fontein
2018-11-26
1
-0
/
+3
*
Diff mode returns yaml diffs in yaml callback plugin (#48794)
Will Thames
2018-11-22
1
-0
/
+2
*
k8s append_hash (#48830)
Will Thames
2018-11-22
1
-0
/
+2
*
win_mapped_drive - refactor module and docs (#48642)
Jordan Borean
2018-11-21
1
-0
/
+2
*
Fix getheaders regression with open_url in Scaleway dynamic inventory (#48671)
Rémy Léone
2018-11-21
1
-0
/
+3
*
Add a Singleton metaclass, use it with Display (#48935)
Matt Martz
2018-11-21
1
-0
/
+2
*
Catch per loop label templating exceptions. Fixes #48879 (#48896)
Matt Martz
2018-11-20
1
-0
/
+5
[next]