mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 02:11:10 +01:00 
			
		
		
		
	This commit is contained in:
		| @@ -3,15 +3,12 @@ | ||||
|   block: | ||||
|     - name: Get keys | ||||
|       ansible.builtin.command: | | ||||
|         curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH |\ | ||||
|         gpg --no-default-keyring --keyring gnupg-ring:/usr/share/keyrings/wazuh.gpg \ | ||||
|         --import && chmod 644 /usr/share/keyrings/wazuh.gpg | ||||
|         curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | gpg --no-default-keyring --keyring gnupg-ring:/usr/share/keyrings/wazuh.gpg --import && chmod 644 /usr/share/keyrings/wazuh.gpg | ||||
|       changed_when: my_output.rc != 0 | ||||
|  | ||||
|     - name: Add repo | ||||
|       ansible.builtin.command: | | ||||
|         echo "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main" |\ | ||||
|         tee -a /etc/apt/sources.list.d/wazuh.list | ||||
|         echo "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/wazuh.list | ||||
|       changed_when: my_output.rc != 0 | ||||
|  | ||||
|     - name: Update cache | ||||
|   | ||||
		Reference in New Issue
	
	Block a user