Commit c35f1458 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: GitLab misspelled

parent f26b5086
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# GitLab CI template for Ansible

This project implements a Gitlab CI/CD template to provision your infrastructure and deploy 
This project implements a GitLab CI/CD template to provision your infrastructure and deploy 
your application with [Ansible](https://www.ansible.com/).

## Usage
@@ -397,7 +397,7 @@ variables:
  ANSIBLE_PROD_PLAYBOOK_FILE: "main.yml" 
```

Don't forget to add `$ANSIBLE_VAULT_PASSWORD` & `$ANSIBLE_PRIVATE_KEY` in Gitlab secret variables.
Don't forget to add `$ANSIBLE_VAULT_PASSWORD` & `$ANSIBLE_PRIVATE_KEY` in GitLab secret variables.

### Deploy your application

@@ -473,7 +473,7 @@ variables:
  ANSIBLE_PROD_PLAYBOOK_FILE: "main.yml"  
```

By default, the docker template will push the image in the Gitlab docker registry. Please visit, the docker template page to get more information on [Docker Template](https://gitlab.com//to-be-continuous/docker)
By default, the docker template will push the image in the GitLab docker registry. Please visit, the docker template page to get more information on [Docker Template](https://gitlab.com//to-be-continuous/docker)

#### Application repository