diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-06-19 17:16:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 17:16:11 +0200 |
commit | f39118d499132f017d7f2ec0944bf673b6deb7e9 (patch) | |
tree | d92cded89530738b61ab4e6735f9f49a102fc467 /tests/test.yml | |
parent | af67286adea7da4e01883bb6c60f44a6141e439f (diff) | |
parent | 50411cbb2d091a3bca251e8cd1f599928141cb7b (diff) | |
download | ansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.tar.gz ansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.tar.zst ansible-clever-f39118d499132f017d7f2ec0944bf673b6deb7e9.zip |
Merge pull request #68 from paulrbr-fl/bug-fix
fix: make sure not to include unecessary ENV variable
Diffstat (limited to 'tests/test.yml')
-rw-r--r-- | tests/test.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test.yml b/tests/test.yml deleted file mode 100644 index 663bc6b..0000000 --- a/tests/test.yml +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | --- | ||
2 | - hosts: localhost | ||
3 | remote_user: root | ||
4 | roles: | ||
5 | - role: clever | ||
6 | vars: | ||
7 | clever_token: 123abc | ||
8 | clever_secret: cba321 | ||
9 | clever_app: app_00000000-0000-0000-0000-000000000000 | ||