]> git.immae.eu Git - github/fretlink/ansible-clever.git/blame - tests/test-simple-app.yml
Merge pull request #69 from paulrbr-fl/documentation
[github/fretlink/ansible-clever.git] / tests / test-simple-app.yml
CommitLineData
351765fb
PB
1---
2- name: Deploy simple app to clever
3 hosts: localhost
4 remote_user: root
5 roles:
6 - role: clever
7 vars:
8 clever_token: 123abc
9 clever_secret: cba321
10 clever_app: app_00000000-0000-0000-0000-000000000000
11 post_tasks:
12 - name: Check CC_RUN_COMMAND is not part of the environment
13 fail:
14 msg: "CC_RUN_COMMAND env variable should not be present in the environment dict"
15 when: clever_env.CC_RUN_COMMAND is defined