Changeset - 8b486fb8e632
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-05-08 11:09:25
branko@majic.rs
MAR-149: Install Python 3 pip for tests in the mail_server role.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/molecule/default/prepare.yml
Show inline comments
 
@@ -46,13 +46,13 @@
 
      apt:
 
        name: swaks
 
        state: present
 

	
 
    - name: Install pip
 
      apt:
 
        name: python-pip
 
        name: python3-pip
 
        state: present
 

	
 
    - name: Install IMAP CLI tool
 
      pip:
 
        name: Imap-CLI==0.6
 
        state: present
0 comments (0 inline, 0 general)