From e8cf5d06e7ee7fdedbacdfd18b59794baceed6f4 Mon Sep 17 00:00:00 2001 From: RadinPirouz <75082987+RadinPirouz@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:05:29 +0330 Subject: [PATCH] Update 4-Roles.md --- Configuration Management & Automation/Ansible/4-Roles.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Configuration Management & Automation/Ansible/4-Roles.md b/Configuration Management & Automation/Ansible/4-Roles.md index 577c840..b944c27 100644 --- a/Configuration Management & Automation/Ansible/4-Roles.md +++ b/Configuration Management & Automation/Ansible/4-Roles.md @@ -12,8 +12,6 @@ ansible-galaxy init This command generates the standard directory structure for an Ansible role, which includes the following directories: -![Roles Directory Structure](../assets/63-roles.png) - ### Ansible Role Directory Breakdown 1. **`roles/`**: The top-level directory where all roles are stored. Each role has its own directory within this folder. @@ -174,5 +172,5 @@ The `tasks` directory is where the main actions of a role are defined. It typica ``` ## Reference: -# + [Sudoix Ansible Roles Document Github](https://github.com/sudoix/DevOps/blob/main/06-ansible/03-Roles.md)