mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01:00 
			
		
		
		
	Update to 2022-07-29 15:00
This commit is contained in:
		| @@ -2,11 +2,11 @@ | ||||
|  | ||||
| - name: Deploy nomad configuration | ||||
|   template: | ||||
|     src: nomad.json.j2 | ||||
|     dest: "{{ nomad_root_dir }}/etc/nomad.json" | ||||
|     src: nomad.hcl.j2 | ||||
|     dest: "{{ nomad_root_dir }}/etc/nomad.hcl" | ||||
|     owner: root | ||||
|     group: "{{ nomad_user }}" | ||||
|     mode: 640 | ||||
|     mode: 0640 | ||||
|     validate: nomad config validate %s | ||||
|   notify: restart nomad | ||||
|   tags: nomad | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud