index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ArgumentSpecValidator in AnsibleModule (#73703)
Sam Doran
2021-03-19
12
-191
/
+225
*
Amazon: Fix distribution facts for older release
Abhijeet Kasurde
2021-03-18
2
-11
/
+50
*
Send callbacks directly from the TaskExecutor instead of TaskResults masquera...
Matt Martz
2021-03-18
1
-16
/
+16
*
distribution: Add Amazon Linux distribution facts (#73767)
Abhijeet Kasurde
2021-03-05
4
-0
/
+148
*
finish migrating ssh plugin to config system (#73708)
Brian Coca
2021-03-03
1
-35
/
+30
*
Clarify CLI version number as core version (#72287)
Matt Davis
2021-03-01
2
-2
/
+2
*
Fixed/improved regular expresssion for collection names (#73577)
Alexei Znamensky
2021-03-01
1
-0
/
+2
*
Improve ArgumentSpecValidator unit tests (#73642)
Sam Doran
2021-02-26
7
-190
/
+553
*
ansible-galaxy - set the cache file after getting all collection versions (#7...
Sloane Hertel
2021-02-15
1
-2
/
+148
*
Use iskeyword and str.isidentifier for "is FQCN" (#73279)
Sviatoslav Sydorenko
2021-02-12
2
-5
/
+24
*
Add argument spec validator (#73335)
Sam Doran
2021-02-12
5
-0
/
+296
*
only add data when there is data to add (#54559)
Brian Coca
2021-02-11
1
-2
/
+3
*
module compat for py3.8+ controller (#73423)
Matt Davis
2021-02-11
3
-213
/
+149
*
Add AlmaLinux to the family of Red Hat-like operating systems (#73541)
Sam Doran
2021-02-09
1
-0
/
+53
*
galaxy - add format options for collection list (#73474)
Shane McDonald
2021-02-05
1
-0
/
+1
*
add option to upgrade collections (#73336)
Sloane Hertel
2021-02-03
1
-15
/
+17
*
Correct pkg_mgr for Fedora-derived OSTree distros (#73445)
Rick Elrod
2021-02-02
1
-0
/
+20
*
user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439)
Alexander Sowitzki
2021-02-02
1
-0
/
+40
*
Replace the inhouse collection dependency resolver with `resolvelib`
Sviatoslav Sydorenko
2021-01-27
6
-802
/
+541
*
use correct executable and options in all cases (#73323)
Brian Coca
2021-01-27
1
-1
/
+1
*
Let `command` always return stdout & stderr (#73004)
Alexander Sowitzki
2021-01-22
1
-0
/
+31
*
Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)
Joshua Bayfield
2021-01-20
1
-0
/
+17
*
Galaxy - make versions list consistent across versions (#72932)
Jordan Borean
2021-01-20
1
-8
/
+6
*
Fix YAML error message when error is at the end of the file (#73241)
Sam Doran
2021-01-19
1
-8
/
+38
*
facts - properly report virtualization facts for Linux guests on bhyve (#73204)
Sam Doran
2021-01-14
2
-0
/
+28
*
[facts] Differentiate CentOS vs CentOS Stream (#73034)
Rick Elrod
2021-01-13
2
-0
/
+100
*
Make `test_adhoc` succeed from within a git checkout
Alexander Sowitzki
2021-01-13
1
-1
/
+1
*
Make `test_prepare_multipart` succeed on non Debian distros
Alexander Sowitzki
2021-01-13
2
-1
/
+2
*
iptables: Added set module/match_set support (#72984)
Martin Zimmermann
2021-01-11
1
-0
/
+63
*
galaxy: handle plus sign in user token appearing in role url (#73057)
Abhijeet Kasurde
2021-01-06
1
-0
/
+88
*
[facts] fix version facts on FreeBSD RC/PRERELEASE (#73020)
Rick Elrod
2021-01-05
1
-0
/
+39
*
ensure unsafe writes fallback (#70722)
Brian Coca
2020-12-21
1
-0
/
+1
*
saner path dir management (#72648)
Brian Coca
2020-12-15
1
-10
/
+13
*
iptables: Adding multiport module support (#72928)
Martin Zimmermann
2020-12-14
1
-0
/
+36
*
Add implicit role_complete block instead of role._eor (#72208)
Martin Krizek
2020-12-09
2
-0
/
+8
*
vault: Read stdin data as binary on python3 (#52229)
Sven Wegener
2020-12-09
1
-0
/
+17
*
Extract embedded function to RoleMixin method and add tests (#72754)
David Shrewsbury
2020-12-07
1
-1
/
+74
*
AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory ...
Pilou
2020-12-04
1
-0
/
+40
*
distribution - handle NetBSD OS Family (#70799)
Abhijeet Kasurde
2020-12-01
1
-0
/
+25
*
Ensure Ansible's unique filter preserves order (#67856)
Martin Krizek
2020-11-23
1
-6
/
+6
*
Provide better decryption errors for single vault values (#72362)
Matt Martz
2020-11-18
2
-4
/
+4
*
arg_spec - rework _check_arguments() (#72447)
Sam Doran
2020-11-18
1
-0
/
+65
*
Added caching mechanism for Galaxy API requests (#71904)
Jordan Borean
2020-11-09
1
-0
/
+132
*
iptables: Reorder comment postition (#71496)
Amin Vakil
2020-11-09
1
-0
/
+41
*
CLI - Specify jinja version in --version output
Martin Krizek
2020-11-05
1
-2
/
+3
*
Return error if cwd directory does not exist (#72390)
Alexei Znamensky
2020-11-04
1
-0
/
+8
*
added timeout options to adhoc and console (#71230)
Brian Coca
2020-10-30
1
-1
/
+1
*
run playbook from collections (#67435)
Brian Coca
2020-10-28
1
-2
/
+0
*
url lookup - set default user agent (#72324)
Sam Doran
2020-10-28
1
-0
/
+26
*
Add a toggle for the leading separator for keyed_groups (#60882)
Sloane Hertel
2020-10-23
1
-0
/
+1
[next]