Skip to content

Commit

Permalink
fix typo in content credentials task name
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 27, 2023
1 parent 2864f87 commit c73cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/content_credentials/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: 'Create Content Crendentials'
- name: 'Create Content Credentials'
theforeman.foreman.content_credential:
username: "{{ foreman_username | default(omit) }}"
password: "{{ foreman_password | default(omit) }}"
Expand Down

0 comments on commit c73cba9

Please sign in to comment.