We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc27a6 commit 65ed4e1Copy full SHA for 65ed4e1
development/roles/foreman_development/tasks/hammer/main.yml
@@ -11,7 +11,8 @@
11
- name: Setup hammer-cli-foreman
12
ansible.builtin.include_tasks: hammer/plugin.yml
13
vars:
14
- foreman_development_plugin_name: "hammer_cli_foreman"
+ foreman_development_plugin_name: "hammer-cli-foreman"
15
+ foreman_development_plugin_gem: "hammer_cli_foreman"
16
foreman_development_plugin_org: "theforeman"
17
foreman_development_plugin_repo_url: "https://github.com/theforeman/hammer-cli-foreman.git"
18
foreman_development_plugin_manage_repo: true
0 commit comments