ansible-pull: update long option (#20919)

This commit is contained in:
Nelson Figueroa
2026-01-28 06:56:43 -08:00
committed by GitHub
parent c704f8769c
commit 5b4a2f86e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,4 +17,4 @@
- Extrae un playbook de un VCS, en tanto especificando un archivo hosts y ejecuta un playbook específico:
`ansible-pull {{[-U|--url]}} {{url_repositorio}} {{[-i|--inventory-file]}} {{archivo_hosts}} {{playbook}}`
`ansible-pull {{[-U|--url]}} {{url_repositorio}} {{[-i|--inventory]}} {{archivo_hosts}} {{playbook}}`
+1 -1
View File
@@ -17,4 +17,4 @@
- Scarica un playbook da VCS, specifica file host ed esegui un playbook specifico:
`ansible-pull {{[-U|--url]}} {{url_repository}} {{[-i|--inventory-file]}} {{file_host}} {{playbook}}`
`ansible-pull {{[-U|--url]}} {{url_repository}} {{[-i|--inventory]}} {{file_host}} {{playbook}}`
+1 -1
View File
@@ -17,4 +17,4 @@
- Pull a playbook from a VCS, specify hosts file and execute a specific playbook:
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory-file]}} {{hosts_file}} {{playbook}}`
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory]}} {{hosts_file}} {{playbook}}`