File diff 4e121413ca5c → a8ad1fdf6f60
roles/web_server/molecule/default/prepare.yml
Show inline comments
 
@@ -18,6 +18,11 @@
 
        update_cache: true
 
      changed_when: false
 

	
 
    - name: Install tools for testing
 
      apt:
 
        name: gnutls-bin
 
        state: present
 

	
 
- hosts: stretch
 
  become: true
 
  tasks: