reorder exercises

This commit is contained in:
Cedric Girard 2018-12-03 15:59:11 +01:00
parent a2140ef2f2
commit 88844d7270
8 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# 11 - Conditionals
# 9 - Conditionals
This exercise makes you write a playbooks with tasks that are run when specific condition is met.

View File

@ -1,4 +1,4 @@
# 9 - Vault
# 10 - Vault
This exercise makes you create and use an Ansible Vault.

View File

@ -1,4 +1,4 @@
# 10 - Prompt
# 11 - Prompt
This exercise makes you create a playbook that prompt the user for a value.

View File

@ -14,8 +14,8 @@ Install Ansible and clone this repo. Customize the `hosts` file to your lab setu
1. [Using Facts](060.Facts/060.Facts.md)
1. [Task Delegation](070.Delegate/070.Delegate.md)
1. [Loops](080.Loops/080.Loops.md)
1. [Vault](090.Vault/090.Vault.md)
1. [User Prompt](100.Prompt/100.Prompt.md)
1. [Conditionals](110.Conditional/110.Conditional.md)
1. [Conditionals](090.Conditional/090.Conditional.md)
1. [Vault](100.Vault/100.Vault.md)
1. [User Prompt](110.Prompt/110.Prompt.md)