Commit f237d9fd authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'tigroo311-master-patch-68883' into 'master'

Fix bad comment from `requiments` to `requirements`

Closes #26

See merge request to-be-continuous/ansible!59
parents 2be7ab5c cc1ce60c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ stages:
    fi

    if [ -f "$ANSIBLE_REQUIREMENTS_FILE" ]; then
      log_info "--- \\e[32mrequiments\\e[0m file (\\e[33;1m${ANSIBLE_REQUIREMENTS_FILE}\\e[0m) found: running \\e[33;1mansible-galaxy install\\e[0m"
      log_info "--- \\e[32mrequirements\\e[0m file (\\e[33;1m${ANSIBLE_REQUIREMENTS_FILE}\\e[0m) found: running \\e[33;1mansible-galaxy install\\e[0m"
      export ANSIBLE_ROLES_PATH="$ANSIBLE_DEFAULT_ROLES_PATH:$ANSIBLE_ROLES_PATH"
      mkdir -p "$ANSIBLE_DEFAULT_ROLES_PATH"
    # shellcheck disable=SC2086