Skip to content

Instantly share code, notes, and snippets.

@zizzfizzix
zizzfizzix / gist:db9d34b5e257d307ec8eaf95761fe329
Created April 2, 2021 22:29
Enhanced Ecommerce Object Builder with product var.tpl
___INFO___
{
"displayName": "Enhanced Ecommerce Object Builder",
"description": "Build an Enhanced Ecommerce object when you need to dynamically construct it instead of using the dataLayer.",
"__wm": "VGVtcGxhdGUtQXV0aG9yX0VuaGFuY2VkLUVjb21tZXJjZS1PYmplY3QtQnVpbGRlci1TaW1vLUFoYXZh",
"securityGroups": [],
"id": "cvt_temp_public_id",
"type": "MACRO",
"version": 1,
@zizzfizzix
zizzfizzix / ansible-lint.rb
Created March 19, 2017 21:41
ansible-lint homebrew formula
class AnsibleLint < Formula
include Language::Python::Virtualenv
desc "checks playbooks for practices and behaviour that can be improved"
homepage "https://github.com/willthames/ansible-lint"
url "https://github.com/willthames/ansible-lint/archive/v3.4.12.tar.gz"
sha256 "cf97675d2908f865e7657d7082ba84c8adf4f3775e3920a6d4b9f171a5fdda2a"
depends_on :python if MacOS.version <= :snow_leopard