diff --git a/.drone.yml b/.drone.yml index c6e5bd1..0eda0f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,7 +73,7 @@ steps: urls: https://chat.host-ranger.ch/hooks/9e39cidaqt8d7f9hd4gmutkngr content_type: application/json template: | - `${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** + ${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** # { # "owner": "$DRONE_REPO_OWNER", # "repo": "$DRONE_REPO_NAME", @@ -97,8 +97,6 @@ steps: from_secret: drone_ansible_user private_key: from_secret: drone_ansible_ssh_private_key - diff: true - check: true ssh_extra_args: "-o StrictHostKeyChecking=no" # requirements: requirements.txt # galaxy: requirements.yml