ansible-role-chrome icon indicating copy to clipboard operation
ansible-role-chrome copied to clipboard

Installs Google chrome

Results 2 ansible-role-chrome issues
Sort by recently updated
recently updated
newest added

``` [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16. ```

Trying to use the role with Ansible 9 (using `ansible-core` 2.16), I get an error: ``` ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was...