Skip to content

Commit

Permalink
Merge pull request #35 from stackhpc/os_projects_description_fix
Browse files Browse the repository at this point in the history
Omiting project description by default.
  • Loading branch information
markgoddard authored Apr 19, 2024
2 parents fee42d1 + 9cc8166 commit 7bc7052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/os_projects/tasks/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
cloud: "{{ os_projects_cloud | default(omit) }}"
interface: "{{ os_projects_interface | default(omit, true) }}"
name: "{{ item.name }}"
description: "{{ item.description }}"
description: "{{ item.description | default(omit) }}"
domain_id: "{{ domain_is_id | ternary(item.project_domain, os_projects_domain_to_id[item.project_domain]) }}"
state: present
enabled: true
Expand Down

0 comments on commit 7bc7052

Please sign in to comment.