mirror of
				https://gitea.0xace.cc/ansible-galaxy/consul.git
				synced 2025-11-03 23:07:32 +00:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -7,4 +7,4 @@
 | 
			
		||||
      daemon_reload: yes
 | 
			
		||||
    when: 
 | 
			
		||||
      - 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
 | 
			
		||||
  file: 
 | 
			
		||||
    name: "{{ consul_ssl_path }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user