Make the certificates directory instead of find it
This commit is contained in:
		| @@ -74,21 +74,15 @@ | ||||
|   loop: '{{ ensure_postfix.seboolean_list }}' | ||||
|   loop_control: | ||||
|     label: '{{ item.name }} will be {{ item.state }}' | ||||
| - name: 'find certificates' | ||||
| - name: 'mkdir certificates' | ||||
|   when: | ||||
|     - ansible_system == 'Linux' | ||||
|     - ensure_postfix is defined | ||||
|     - ensure_postfix.template_list is defined | ||||
|     - ensure_postfix.template_list is iterable | ||||
|   ansible.builtin.find: | ||||
|     file_type: 'file' | ||||
|     paths: | ||||
|       - '/etc/httpd/md/domains/' | ||||
|     patterns: | ||||
|       - 'pubcert.pem' | ||||
|       - 'privkey.pem' | ||||
|     recurse: 'yes' | ||||
|   register: 'certificates' | ||||
|   ansible.builtin.file: | ||||
|     path: '/etc/postfix/certificates' | ||||
|     state: 'directory' | ||||
| - name: 'ensure configurations' | ||||
|   when: | ||||
|     - ansible_system == 'Linux' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user