mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 18:12:30 +03:00 
			
		
		
		
	readme
This commit is contained in:
		@@ -49,7 +49,7 @@ Use it in a task, as in the following examples:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Install package_name using the first known helper found
 | 
					# Install package_name using the first known helper found
 | 
				
			||||||
- aur: name=package_name
 | 
					- aur: name=package_name
 | 
				
			||||||
  [..]
 | 
					  ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install package_name_1 and package_name_2 using trizen
 | 
					# Install package_name_1 and package_name_2 using trizen
 | 
				
			||||||
- aur:
 | 
					- aur:
 | 
				
			||||||
@@ -57,11 +57,11 @@ Use it in a task, as in the following examples:
 | 
				
			|||||||
    name:
 | 
					    name:
 | 
				
			||||||
      - package_name_1
 | 
					      - package_name_1
 | 
				
			||||||
      - package_name_2
 | 
					      - package_name_2
 | 
				
			||||||
  [...]
 | 
					  ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Upgrade - using pacaur
 | 
					# Upgrade - using pacaur
 | 
				
			||||||
- aur: upgrade=yes use=pacaur
 | 
					- aur: upgrade=yes use=pacaur
 | 
				
			||||||
  [...]
 | 
					  ...
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Create the "aur_builder" user
 | 
					### Create the "aur_builder" user
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user