mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-02-27 18:00
This commit is contained in:
		| @@ -1,13 +1,22 @@ | ||||
| --- | ||||
|  | ||||
| - include: user.yml | ||||
| - include: directories.yml | ||||
| - include: facts.yml | ||||
| - include: archive_pre.yml | ||||
|   when: pim_install_mode == 'upgrade' | ||||
| - include: install.yml | ||||
| - include: conf.yml | ||||
| - include: write_version.yml | ||||
| - include: archive_post.yml | ||||
|   when: pim_install_mode == 'upgrade' | ||||
| - include: cleanup.yml | ||||
| - include_tasks: user.yml | ||||
|   tags: always | ||||
| - include_tasks: directories.yml | ||||
|   tags: always | ||||
| - include_tasks: facts.yml | ||||
|   tags: always | ||||
| - include_tasks: archive_pre.yml | ||||
|   when: pim_install_mode | default('none') == 'upgrade' | ||||
|   tags: always | ||||
| - include_tasks: install.yml | ||||
|   tags: always | ||||
| - include_tasks: conf.yml | ||||
|   tags: always | ||||
| - include_tasks: write_version.yml | ||||
|   tags: always | ||||
| - include_tasks: archive_post.yml | ||||
|   when: pim_install_mode | default('none') == 'upgrade' | ||||
|   tags: always | ||||
| - include_tasks: cleanup.yml | ||||
|   tags: always | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud