camac-suisse / ansible-role-camac

3 stars 11 forks source link

Check requirements.txt for changes before install camac api #26

Closed winpat closed 5 years ago

winpat commented 5 years ago

Here's what workflow looks like:

TASK [camac : command] ***********************************************************************************************************************************************************************************************************************
changed: [localhost]

TASK [camac : debug] *************************************************************************************************************************************************************************************************************************
ok: [localhost] => {
    "msg": [
        "2d1", 
        "< new_dep=1.0", 
        "15c14", 
        "< psycopg2-binary==2.7.6.122", 
        "---", 
        "> psycopg2-binary==2.7.6.1", 
        "20c19", 
        "< django-reversion==3.0.4", 
        "---", 
        "> django-reversion==3.0.2"
    ]
}

TASK [camac : pause] *************************************************************************************************************************************************************************************************************************
[camac : pause]
Requirements have changed. Please review them carefully! (Ctrl+c c => continue, Ctrl+c a => abort):
Press 'C' to continue the play or 'A' to abort 
ok: [localhost]