mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Normalized run_once_, made openresty handlers without when aviable and forced flush in run_once when blocks to avoid handlers with when conditions
This commit is contained in:
		| @@ -12,10 +12,10 @@ | ||||
|  | ||||
| - name: setup git | ||||
|   command: gitconfig --merge-option rebase --name "{{users.client.full_name}}" --email "{{users.client.email}}" --website "{{users.client.website}}" --signing gpg --gpg-key "{{users.client.gpg}}" | ||||
|   when: run_once_gitconfig is not defined | ||||
|   when: run_once_desk_git is not defined | ||||
|   become: false | ||||
|    | ||||
| - name: run the gitconfig tasks once | ||||
|   set_fact: | ||||
|     run_once_gitconfig: true | ||||
|   when: run_once_gitconfig is not defined | ||||
|     run_once_desk_git: true | ||||
|   when: run_once_desk_git is not defined | ||||
		Reference in New Issue
	
	Block a user