change users to oh-my-zsh users
This commit is contained in:
		@@ -14,7 +14,7 @@ git submodule add <repository_url> roles/oh-my-zsh
 | 
				
			|||||||
      plugins:
 | 
					      plugins:
 | 
				
			||||||
        - zsh-syntax-highlighting
 | 
					        - zsh-syntax-highlighting
 | 
				
			||||||
        - zsh-autosuggestions
 | 
					        - zsh-autosuggestions
 | 
				
			||||||
      users:
 | 
					      oh-my-zsh-users:
 | 
				
			||||||
        - me
 | 
					        - me
 | 
				
			||||||
        - root
 | 
					        - root
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -16,7 +16,7 @@
 | 
				
			|||||||
  user:
 | 
					  user:
 | 
				
			||||||
    name: "{{ item }}"
 | 
					    name: "{{ item }}"
 | 
				
			||||||
    shell: /bin/zsh
 | 
					    shell: /bin/zsh
 | 
				
			||||||
  with_items: "{{ users }}"
 | 
					  with_items: "{{ oh-my-zsh-users }}"
 | 
				
			||||||
  register: user
 | 
					  register: user
 | 
				
			||||||
- name: copy .zsh template to userhome .zshrc"
 | 
					- name: copy .zsh template to userhome .zshrc"
 | 
				
			||||||
  copy:
 | 
					  copy:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user