Skip to content

Commit 56542e1

Browse files
authored
Merge pull request #2311 from leogallego/rhel90-project-patch
fixing next and previous for variables, projects, surveys and system …
2 parents 4c78345 + 8294748 commit 56542e1

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

exercises/ansible_rhel/1.4-variables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Review the output to confirm the user existence check is correctly using the var
164164
<br>
165165

166166
{% if page.url contains 'ansible_rhel_90' %}
167-
[Previous Exercise](../3-playbook) - [Next Exercise](../5-surveys)
167+
[Previous Exercise](../3-playbook) - [Next Exercise](../5-projects)
168168
{% else %}
169169
[Previous Exercise](../1.3-playbook) - [Next Exercise](../1.5-handlers)
170170
{% endif %}

exercises/ansible_rhel/2.3-projects/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ Verify that the output result is as expected.
250250
---
251251
**Navigation**
252252
<br>
253+
254+
{% if page.url contains 'ansible_rhel_90' %}
255+
[Previous Exercise](../4-variables) - [Next Exercise](../6-projects)
256+
{% else %}
253257
[Previous Exercise](../2.2-cred) - [Next Exercise](../2.4-surveys)
258+
{% endif %}
259+
<br><br>
260+
[Click here to return to the Ansible for Red Hat Enterprise Linux Workshop](../README.md)
254261

255-
[Click here to return to the Ansible for Red Hat Enterprise Linux Workshop](../README.md#section-2---ansible-tower-exercises)

exercises/ansible_rhel/2.4-surveys/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ Verify that the output result is as expected.
136136
<br>
137137

138138
{% if page.url contains 'ansible_rhel_90' %}
139-
[Previous Exercise](../4-variables) - [Next Exercise](../../ansible_rhel_90/6-system-roles/)
140-
{% else %}
139+
[Previous Exercise](../5-projects) - [Next Exercise](../ansible_rhel_90/7-system-roles)
140+
{% else %}
141141
[Previous Exercise](../2.3-projects) - [Next Exercise](../2.5-rbac)
142-
{% endif %}
142+
{% endif %}
143+
<br><br>
144+
[Click here to return to the Ansible for Red Hat Enterprise Linux Workshop](../README.md)
145+

exercises/ansible_rhel_90/7-system-roles/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ You have completed lab exercise
194194
----
195195
**Navigation**
196196
<br>
197-
[Previous Exercise](../5-surveys)
198-
<br><br>
197+
198+
{% if page.url contains 'ansible_rhel_90' %}
199+
[Previous Exercise](../6-surveys)
200+
{% else %}
201+
[Previous Exercise](../2.4-surveys)
202+
{% endif %}
203+
<br><br>
199204
[Click here to return to the Ansible for Red Hat Enterprise Linux Workshop](../README.md)
205+

0 commit comments

Comments
 (0)