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
|
- name: enable google chrome repository
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: google-chrome
|
name: google-chrome
|
||||||
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||||
description: Google Chrome
|
description: Google Chrome
|
||||||
gpgcheck: true
|
gpgcheck: true
|
||||||
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- name: "install google chrome"
|
- name: "install google chrome"
|
||||||
package:
|
package:
|
||||||
name: google-chrome-stable
|
name: google-chrome-stable
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "create google chrome policy directories"
|
- name: "create google chrome policy directories"
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue