Skip to content

Commit 65ed4e1

Browse files
adamruzickaevgeni
authored andcommitted
Fix hammer-cli-foreman deployment in development
1 parent ecc27a6 commit 65ed4e1

File tree

1 file changed

+2
-1
lines changed
  • development/roles/foreman_development/tasks/hammer

1 file changed

+2
-1
lines changed

development/roles/foreman_development/tasks/hammer/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
- name: Setup hammer-cli-foreman
1212
ansible.builtin.include_tasks: hammer/plugin.yml
1313
vars:
14-
foreman_development_plugin_name: "hammer_cli_foreman"
14+
foreman_development_plugin_name: "hammer-cli-foreman"
15+
foreman_development_plugin_gem: "hammer_cli_foreman"
1516
foreman_development_plugin_org: "theforeman"
1617
foreman_development_plugin_repo_url: "https://github.com/theforeman/hammer-cli-foreman.git"
1718
foreman_development_plugin_manage_repo: true

0 commit comments

Comments
 (0)