google-chrome: Lint fixes
This commit is contained in:
parent
326caa417d
commit
d2befe152b
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
|||
---
|
||||
- name: enable google chrome repository
|
||||
yum_repository:
|
||||
name: google-chrome
|
||||
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||
description: Google Chrome
|
||||
gpgcheck: true
|
||||
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||
enabled: true
|
||||
name: google-chrome
|
||||
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||
description: Google Chrome
|
||||
gpgcheck: true
|
||||
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||
enabled: true
|
||||
|
||||
- name: "install google chrome"
|
||||
package:
|
||||
name: google-chrome-stable
|
||||
state: present
|
||||
|
||||
|
||||
- name: "create google chrome policy directories"
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue