Skip to content

Commit

Permalink
Auto editing of 05-deployments.md to remove markdown errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sspencerwire committed Jul 8, 2024
1 parent 1856c56 commit e0a94f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/books/learning_ansible/05-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ In this chapter you will learn how to deploy applications with the Ansible role

**Objectives**: In this chapter you will learn how to:

:heavy_check_mark: Implement Ansistrano;
:heavy_check_mark: Configure Ansistrano;
:heavy_check_mark: Use shared folders and files between deployed versions;
:heavy_check_mark: Deploying different versions of a site from git;
:heavy_check_mark: React between deployment steps.
:heavy_check_mark: Implement Ansistrano;
:heavy_check_mark: Configure Ansistrano;
:heavy_check_mark: Use shared folders and files between deployed versions;
:heavy_check_mark: Deploying different versions of a site from git;
:heavy_check_mark: React between deployment steps.

:checkered_flag: **ansible**, **ansistrano**, **roles**, **deployments**
:checkered_flag: **ansible**, **ansistrano**, **roles**, **deployments**

**Knowledge**: :star: :star:
**Complexity**: :star: :star: :star:
**Knowledge**: :star: :star:
**Complexity**: :star: :star: :star:

**Reading time**: 40 minutes

Expand Down Expand Up @@ -258,7 +258,7 @@ TASK [ansistrano.deploy : ANSISTRANO | Change softlink to new release]
TASK [ansistrano.deploy : ANSISTRANO | Clean up releases]

PLAY RECAP ********************************************************************************************************************************************************************************************************
192.168.1.11 : ok=25 changed=8 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0
192.168.1.11 : ok=25 changed=8 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0

```
Expand Down

0 comments on commit e0a94f7

Please sign in to comment.