Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	8f8a0e1d7c 
 
						 
						
							
							
								
								
								Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files ( #10886 )  
							
							... 
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	EOL CI / EOL Sanity (Ⓐ2.17) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL Units (Ⓐ2.17+py3.10) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL Units (Ⓐ2.17+py3.12) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL Units (Ⓐ2.17+py3.7) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/1/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/2/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/3/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/1/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/2/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/3/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/1/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/2/) (push) Waiting to run 
				
			 
		
			
				
	EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/3/) (push) Waiting to run 
				
			 
		
			
				
	nox / Run extra sanity tests (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
							
							* Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
  sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
* Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
  sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
* Remove __metaclass__ = type:
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
  sed -e '/^__metaclass__ = type/d' -i $i;
done 
							
						 
						
							2025-10-10 19:52:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	0f7cd5473f 
 
						 
						
							
							
								
								
								arg_spec adjustments: modules [g-j]* ( #10505 )  
							
							... 
							
							
							
							
							* arg_spec adjustments: modules [g-j]*
* add changelog frag 
							
						 
						
							2025-07-31 22:43:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	ee7830667a 
 
						 
						
							
							
								
								
								Fix ansible-core 2.19 deprecations ( #10459 )  
							
							... 
							
							
							
							
							Do not return warnings. 
							
						 
						
							2025-07-27 11:49:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	cc2e067907 
 
						 
						
							
							
								
								
								htpasswd: doc adjustment ( #10313 )  
							
							
							
							
						 
						
							2025-07-01 00:37:01 +12:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	73178e3d33 
 
						 
						
							
							
								
								
								fixed hidden warnings from extra tests - batch 3 ( #10029 )  
							
							... 
							
							
							
							
							* fixed hidden warnings from extra tests - batch 3
* add empty lines to separate sections of the EXAMPLE block
* Apply suggestions from code review
* Update plugins/modules/nmcli.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2025-04-21 15:31:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	1e28302a66 
 
						 
						
							
							
								
								
								htpasswd: let changed reflect updated permissions ( #9490 )  
							
							... 
							
							
							
							
							* Let changed reflect updated permissions.
* Make pylint happy. 
							
						 
						
							2024-12-31 12:19:55 +13:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	912065ad0e 
 
						 
						
							
							
								
								
								h*.py: normalize docs ( #9394 )  
							
							... 
							
							
							
							
							* h*.py: normalize docs
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2024-12-26 21:55:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Xavier Mitault 
								
							 
						 
						
							
							
								
							
							
	
	
	05bf5ee1df 
 
						 
						
							
							
								
								
								Fix instruction for distro Ubuntu and Debian for htpasswd depends ( #8037 )  
							
							... 
							
							
							
							
							* Fix instruction fo debian 12 for htpasswd depends
* Add range for python-passlib distro 
							
						 
						
							2024-02-28 19:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	7609cebae9 
 
						 
						
							
							
								
								
								htpasswd: refactor ( #6901 )  
							
							... 
							
							
							
							
							* htpasswd: refactor
* fix variable name
* add changelog frag
* apply suggestions from PR 
							
						 
						
							2023-07-12 19:37:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	4d704c03df 
 
						 
						
							
							
								
								
								htpasswd: deprecate crypt_scheme ( #6841 )  
							
							... 
							
							
							
							
							* htpasswd: rename crypt_scheme with hash_scheme
* add changelog frag
* fixed chglog frag
* adjusted code for parameter name change 
							
						 
						
							2023-07-06 06:15:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	b6883492c7 
 
						 
						
							
							
								
								
								htpasswd: minor updates in the docs ( #6840 )  
							
							... 
							
							
							
							
							* htpasswd: minor updates in the docs
* remove double spaces 
							
						 
						
							2023-07-03 21:25:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	3e0d84bdda 
 
						 
						
							
							
								
								
								Use semantic markup (modules h-j) ( #6677 )  
							
							... 
							
							
							
							
							* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better. 
							
						 
						
							2023-06-15 15:47:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	b4a500103a 
 
						 
						
							
							
								
								
								Add attributes to more modules (2/4) ( #5966 )  
							
							... 
							
							
							
							
							Add attributes to more modules. 
							
						 
						
							2023-02-20 17:29:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bluikko 
								
							 
						 
						
							
							
								
							
							
	
	
	06d72dfed9 
 
						 
						
							
							
								
								
								htpasswd: improve documentation on crypt_scheme ( #5741 )  
							
							... 
							
							
							
							
							* htpasswd: improve documentation on crypt_scheme
* htpasswd: formatting in documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
* htpasswd: formatting in documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2022-12-31 07:53:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	97b584e261 
 
						 
						
							
							
								
								
								Short descriptions (batch1) - massive fix on Capitalization and trailing period ( #5503 )  
							
							... 
							
							
							
							
							* short_description fix batch 1
* Update plugins/modules/ali_instance.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/apt_rpm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2022-11-09 07:18:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	b531ecdc9b 
 
						 
						
							
							
								
								
								Unflatmap community.general ( #5461 )  
							
							... 
							
							
							
							
							* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files. 
							
						 
						
							2022-11-02 20:42:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	7743ecd776 
 
						 
						
							
							
								
								
								Replace symlinks with meta/runtime.yml redirects. ( #4562 )  
							
							
							
							
						 
						
							2022-04-26 20:33:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Coca 
								
							 
						 
						
							
							
								
							
							
	
	
	8f90360d49 
 
						 
						
							
							
								
								
								make collection usable with current ansible vers ( #9 )  
							
							
							
							
						 
						
							2020-03-11 14:10:38 +00:00