navigateur -> browser

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-03-20 23:00:26 +01:00
parent 2afba2cda4
commit a3ffc713c1
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
- name: Queries package manager for browser installation
package:
name:
- firefox
- firefox-i18n-fr
register: pkg_result
retries: 3
until: pkg_result is succeeded