mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
ansible-galaxy: sync Italian translation (#6781)
This commit is contained in:
parent
0eb3f55447
commit
51f68b0fb6
1 changed files with 8 additions and 0 deletions
|
@ -22,3 +22,11 @@
|
|||
- Crea un nuovo ruolo:
|
||||
|
||||
`ansible-galaxy init {{nome_nuovo_ruolo}}`
|
||||
|
||||
- Acquisisci informazioni su un ruolo di un utente:
|
||||
|
||||
`ansible-galaxy role info {{nome_utente}}.{{nome_ruolo}}`
|
||||
|
||||
- Acquisisci informazioni su una collection:
|
||||
|
||||
`ansible-galaxy collection info {{nome_utente}}.{{nome_raccolta}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue