Sha256: 453acdb39e6b7cdf12e5a87dc75534d519ee0ac2ae30c112ddff05d92379d502
Contents?: true
Size: 628 Bytes
Versions: 16
Compression:
Stored size: 628 Bytes
Contents
--- language: python python: "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-apt python-pycurl locales - echo 'en_US.UTF-8 UTF-8' | sudo tee /var/lib/locales/supported.d/local install: - pip install ansible==1.6.2 script: - echo localhost > inventory - ansible-playbook -i inventory test.yml --syntax-check - ansible-playbook -i inventory test.yml --connection=local --sudo - > ansible-playbook -i inventory test.yml --connection=local --sudo | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)
Version data entries
16 entries across 16 versions & 1 rubygems