Follow the procedure:
.
├── 1811683
│ └── quiz32
│ ├── httpd.yaml
│ ├── README.md
│ └── roles
│ ├── centos-httpd
│ │ ├── defaults
│ │ │ └── main.yml
│ │ ├── handlers
│ │ │ └── main.yml
│ │ ├── meta
│ │ │ └── main.yml
│ │ ├── README.md
│ │ ├── tasks
│ │ │ └── main.yml
│ │ ├── tests
│ │ │ └── test.yml
│ │ └── vars
│ │ └── main.yml
│ └── ubuntu-httpd
│ ├── defaults
│ │ └── main.yml
│ ├── handlers
│ │ └── main.yml
│ ├── meta
│ │ └── main.yml
│ ├── README.md
│ ├── tasks
│ │ └── main.yml
│ ├── tests
│ │ └── test.yml
│ └── vars
│ └── main.yml
└── README.md
17 directories, 17 files