Skip to content

Commit 7bc7052

Browse files
authored
Merge pull request #35 from stackhpc/os_projects_description_fix
Omiting project description by default.
2 parents fee42d1 + 9cc8166 commit 7bc7052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/os_projects/tasks/projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
cloud: "{{ os_projects_cloud | default(omit) }}"
9090
interface: "{{ os_projects_interface | default(omit, true) }}"
9191
name: "{{ item.name }}"
92-
description: "{{ item.description }}"
92+
description: "{{ item.description | default(omit) }}"
9393
domain_id: "{{ domain_is_id | ternary(item.project_domain, os_projects_domain_to_id[item.project_domain]) }}"
9494
state: present
9595
enabled: true

0 commit comments

Comments
 (0)