in

Cerca

Heus ací els resultats de la cerca.

Curso python udemy
20 Resultats, Darrera modificació:
ight need to convert between different data types in Python for one reason or another. That is very ea... n, but this time using str.join("---", cool_list) in the second line. You will understand how str.join... 6 -5 -4 -3 -2 -1 </code> * In a list, the 2nd, 3rd, and 4th items can be access... code python> message = "hello there" if "hello" in message: print("hi") else: print("I don't
playbooks @info:cursos:udemy:ansible
2 Resultats, Darrera modificació:
%}</code> * bucle:<code yaml>{% for usuario in lista_usuarios %} {{ usuario }} {% endfor %}</cod... p a register: salida failed_when: "'eth2' not in salida.stdout" </code> <code yaml; no la marca c
gestionar el sistema @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació:
dirección * jump = { ACCEPT | DROP | ... } * in_interface * out_interface * protocol = { tcp
utilidades @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació:
> - fail: msg="Dato incorrecto" when: valor not in ['y','Y'] </code> == 3:34 Comando Utilidades (II