diff --git a/.ansible/roles/bootstrap/handlers/main.yml b/.ansible/roles/bootstrap/handlers/main.yml index a313571..5693e0c 100644 --- a/.ansible/roles/bootstrap/handlers/main.yml +++ b/.ansible/roles/bootstrap/handlers/main.yml @@ -1,2 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- +# handlers file for bootstrap diff --git a/.ansible/roles/bootstrap/meta/main.yml b/.ansible/roles/bootstrap/meta/main.yml index f6cf355..36b9858 100644 --- a/.ansible/roles/bootstrap/meta/main.yml +++ b/.ansible/roles/bootstrap/meta/main.yml @@ -1,6 +1,6 @@ #SPDX-License-Identifier: MIT-0 galaxy_info: - author: Alex Tavarez + author: your name description: your role description company: your company (optional) diff --git a/.ansible/roles/bootstrap/tasks/main.yml b/.ansible/roles/bootstrap/tasks/main.yml index 84c0cfa..b30b745 100644 --- a/.ansible/roles/bootstrap/tasks/main.yml +++ b/.ansible/roles/bootstrap/tasks/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# tasks file for common +# tasks file for bootstrap