fixed variables that didn't get replaced from template

This commit is contained in:
Beth Parker 2024-12-25 21:55:35 -06:00
parent 5c430461d9
commit ad248d5666
5 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# defaults file for ${REPO_NAME} # defaults file forrole-ipa-server

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# handlers file for ${REPO_NAME} # handlers file for role-ipa-server

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# tasks file for ${REPO_NAME} # tasks file for role-ipa-server

View file

@ -3,4 +3,4 @@
- hosts: localhost - hosts: localhost
remote_user: root remote_user: root
roles: roles:
- ${REPO_NAME} - role-ipa-server

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# vars file for ${REPO_NAME} # vars file for role-ipa-server