index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly template tags in parent blocks (#81624)
Martin Krizek
2023-10-03
2
-0
/
+19
*
run_once: unnotify hosts on handlers that are not run (#81667)
Martin Krizek
2023-10-03
2
-0
/
+13
*
Fix dnf module crash for non-existent url (#81801)
Sloane Hertel
2023-10-03
1
-0
/
+1
*
Add intentional tests for dnf group remove (#81739)
Martin Krizek
2023-10-03
3
-7
/
+148
*
Bump sanity test requirements for 3.12 (#81846)
Abhijeet Kasurde
2023-10-03
1
-5
/
+0
*
Import role public (#81772)
Brian Coca
2023-10-02
3
-10
/
+29
*
Install upgraded crun from edge (#81833)
Matt Martz
2023-10-02
1
-1
/
+7
*
Provide more info about plugin in deprecation message (#81719)
Abhijeet Kasurde
2023-09-29
1
-0
/
+3
*
Add count and mandatory_count parameters in regex_replace filter (#81775)
lukaslihotzki-f
2023-09-29
1
-0
/
+21
*
Add intentional tests for module_utils/yumdnf.py (#81776)
Martin Krizek
2023-09-29
2
-0
/
+87
*
Add intentional tests for dnf install rpm when higher version is installed (#...
Martin Krizek
2023-09-26
1
-0
/
+24
*
Test heuristic_log_sanitize (#81730)
Matt Martz
2023-09-26
2
-0
/
+56
*
Prevent roles from using symlinks to overwrite files outside of the installat...
Matt Martz
2023-09-26
3
-0
/
+91
*
Add lineinfile integration test for removing a line that has already been rem...
Sloane Hertel
2023-09-26
1
-0
/
+21
*
Add integration test for copy with force=false when dest exists (#81756)
Sloane Hertel
2023-09-22
1
-0
/
+12
*
ansible-test - Skip pylint test on Python 3.12 (#81706)
Matt Clay
2023-09-22
1
-0
/
+5
*
Allow for searching handler subdir for included task via include_role (#81733)
Martin Krizek
2023-09-21
5
-0
/
+14
*
Add intentional tests for dnf list (#81738)
Martin Krizek
2023-09-21
1
-0
/
+30
*
Always allow "no-other-choice" pre-release dependencies when resolving collec...
Sviatoslav Sydorenko
2023-09-20
4
-0
/
+205
*
inventory_ini: Handle SyntaxWarning in ini parsing (#81707)
Abhijeet Kasurde
2023-09-18
2
-0
/
+5
*
galaxy: check if the target for symlink exists (#81586)
Abhijeet Kasurde
2023-09-13
1
-0
/
+25
*
blockinfile: avoid crash on Python 3 when creating directory fails (#81662)
Felix Fontein
2023-09-12
2
-0
/
+30
*
copy: print correct dest path when content + diff is used (#81678)
Abhijeet Kasurde
2023-09-12
1
-0
/
+2
*
Fix set filters to use set operations (#81639)
Matt Clay
2023-09-11
1
-27
/
+27
*
ansible-doc: allow to filter by more than one collection (#81450)
Felix Fontein
2023-09-11
5
-0
/
+79
*
Only mark a role as complete once a task in it executes for the target host (...
Sloane Hertel
2023-09-08
6
-0
/
+62
*
ansible-vault: Check if the destination is writable (#81660)
Abhijeet Kasurde
2023-09-07
1
-0
/
+12
*
Support packaging and importlib.metadata for pip module (#80881)
Matt Martz
2023-09-05
2
-0
/
+51
*
fix various Jinja plugin caching issues (#79781)
Matt Davis
2023-09-05
1
-2
/
+2
*
tarfile: Handle deprecation warning for extract and extractall (#81545)
Abhijeet Kasurde
2023-08-31
1
-1
/
+6
*
Fix typos in url lookup plugin options (#81587)
John HU
2023-08-29
1
-0
/
+24
*
Fix nested jinja statements in integration tests (#81591)
Matt Martz
2023-08-29
5
-11
/
+11
*
Add warnings for illegal file names in role (#81555)
Aleksey Tsalolikhin
2023-08-28
1
-0
/
+5
*
dnf - fix for a package from URI and update_only (#81568)
Brent Barbachem
2023-08-28
1
-0
/
+22
*
script: add argument validation (#81469)
Abhijeet Kasurde
2023-08-25
1
-0
/
+11
*
PowerShell - Improve error checking (#80984)
Jordan Borean
2023-08-24
3
-0
/
+61
*
PowerShell - remove uneeded dotnet code for future compatibility (#81472)
Jordan Borean
2023-08-24
1
-4
/
+0
*
user - set current expiration correctly when no shadow entry exists (#75194)
Sam Doran
2023-08-23
2
-0
/
+48
*
apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445)
Abhijeet Kasurde
2023-08-23
2
-0
/
+27
*
debconf: idempotency for password question (#81484)
Abhijeet Kasurde
2023-08-22
1
-1
/
+41
*
Fix macos defaults (#79999)
Caesarovich
2023-08-21
2
-1
/
+13
*
ansible-test - Always use managed entry points (#81537)
Matt Clay
2023-08-18
4
-0
/
+50
*
"retries" without "until": retry until success (#81531)
Martin Krizek
2023-08-17
1
-0
/
+34
*
include_role: expose vars from parent roles to role's handlers (#81524)
Martin Krizek
2023-08-17
5
-0
/
+11
*
Add ability to filter find on mode (#81485)
Matt Martz
2023-08-15
2
-0
/
+71
*
Last handler with same name wins for listen too (#81358)
Martin Krizek
2023-08-15
7
-0
/
+22
*
fix incorrect ansible_managed formatting (#79129)
Nikita Korolev
2023-08-14
4
-1
/
+39
*
Revert logic to use Popen.communicate (#80874)
Matt Martz
2023-08-09
2
-0
/
+7
*
restore conditional lookup nerfing (#81460)
Matt Davis
2023-08-09
1
-0
/
+26
*
filters vault/unvault fix vault_id parameter usage (#81422)
Brian Coca
2023-08-04
3
-1
/
+14
[next]