Sha256: 9638c72e24717fed61d344a4459c2ddc5c16bc703968b8a32e4a8a0d6d5aecf8
Contents?: true
Size: 329 Bytes
Versions: 16
Compression:
Stored size: 329 Bytes
Contents
--- language: python python: "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-apt python-pycurl install: - pip install ansible script: - echo localhost > inventory - ansible-playbook --syntax-check -i inventory test.yml - ansible-playbook -i inventory test.yml --connection=local --sudo
Version data entries
16 entries across 16 versions & 1 rubygems