navigateur -> browser
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
9
roles/browser/tasks/main.yml
Normal file
9
roles/browser/tasks/main.yml
Normal 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
|
Reference in New Issue
Block a user