Commit 313d052e authored by nimrod's avatar nimrod
Browse files

Add a bunch of test files.

To test some of the hooks with pre-commit try-repo.
parent 471ffa6b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
---
version: '3.5'
services:
  httpd:
    image: docker.io/library/httpd:2.4-alpine

test_files/main.tf

0 → 100644
+1 −0
Original line number Diff line number Diff line
terraform {}
+6 −0
Original line number Diff line number Diff line
---
- hosts: all
  tasks:
    - name: Debug
      ansible.builtin.debug:
        var: ansible_hostname

test_files/script.sh

0 → 100755
+4 −0
Original line number Diff line number Diff line
#!/bin/sh
set -eu

exit 0