mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	Change create_home:no to create_home:yes in README
				
					
				
			For certain use cases, the `aur_builder` requires a home directory. Fixes #59
This commit is contained in:
		@@ -67,7 +67,7 @@ This user can be created in an Ansible task with the following actions:
 | 
			
		||||
- name: Create the `aur_builder` user
 | 
			
		||||
  ansible.builtin.user:
 | 
			
		||||
    name: aur_builder
 | 
			
		||||
    create_home: no
 | 
			
		||||
    create_home: yes
 | 
			
		||||
    group: wheel
 | 
			
		||||
 | 
			
		||||
- name: Allow the `aur_builder` user to run `sudo pacman` without a password
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user