mirror of
				https://gitea.0xace.cc/ansible-galaxy/consul.git
				synced 2025-11-04 07:17:24 +00:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -7,4 +7,4 @@
 | 
				
			|||||||
      daemon_reload: yes
 | 
					      daemon_reload: yes
 | 
				
			||||||
    when: 
 | 
					    when: 
 | 
				
			||||||
      - not consul_setup.changed 
 | 
					      - not consul_setup.changed 
 | 
				
			||||||
      - not consul_enable_and_start.changed"
 | 
					      - not consul_enable_and_start.changed
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					- name: Install python3-cryptography as dependence
 | 
				
			||||||
 | 
					  dnf:
 | 
				
			||||||
 | 
					    name: python3-cryptography
 | 
				
			||||||
 | 
					    state: present
 | 
				
			||||||
 | 
					  when: ansible_facts['os_family'] == 'RedHat'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Check if ssl dir exist
 | 
					- name: Check if ssl dir exist
 | 
				
			||||||
  file: 
 | 
					  file: 
 | 
				
			||||||
    name: "{{ consul_ssl_path }}"
 | 
					    name: "{{ consul_ssl_path }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user