Skip to content

Commit

Permalink
Become root in foreman_proxy_content role to add group
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Oct 25, 2024
1 parent a7c2ac3 commit 82a7460
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/foreman_proxy_content_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- role: foreman_proxy_content
foreman_directory: "{{ ansible_user_dir }}/foreman/config/"
devel: true
become: true
base_foreman_directory: "{{ ansible_user_dir }}/foreman/"
- role: foreman_installer
become: true
Expand Down
11 changes: 11 additions & 0 deletions playbooks/repositories_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- hosts: all
tasks:
- name: "Setup git repositories"
ansible.builtin.include_role:
name: git_repo
loop: "{{ git_repositories }}"
loop_control:
loop_var: repo
vars:
git_repo_repository: "{{ repo }}"

0 comments on commit 82a7460

Please sign in to comment.