mirror of https://github.com/MISP/ansible
remove hardcoded version
parent
24454c64d6
commit
6f9ad72423
|
@ -104,7 +104,6 @@
|
||||||
recursive: yes
|
recursive: yes
|
||||||
force: no
|
force: no
|
||||||
update: no
|
update: no
|
||||||
version: v2.4.49
|
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
|
@ -132,7 +131,6 @@
|
||||||
dest: "/opt/misp-server/misp/app/files/scripts/python-cybox"
|
dest: "/opt/misp-server/misp/app/files/scripts/python-cybox"
|
||||||
force: no
|
force: no
|
||||||
update: no
|
update: no
|
||||||
version: v2.1.0.12
|
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
|
|
||||||
- name: Clone MISP depedencies | Python-Stix
|
- name: Clone MISP depedencies | Python-Stix
|
||||||
|
@ -143,7 +141,6 @@
|
||||||
dest: "/opt/misp-server/misp/app/files/scripts/python-stix"
|
dest: "/opt/misp-server/misp/app/files/scripts/python-stix"
|
||||||
force: no
|
force: no
|
||||||
update: no
|
update: no
|
||||||
version: v1.1.1.4
|
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
|
|
||||||
- name: Install MISP depedencies | Python-Cybox
|
- name: Install MISP depedencies | Python-Cybox
|
||||||
|
|
Loading…
Reference in New Issue