Skip to content

Commit 82a7460

Browse files
committed
Become root in foreman_proxy_content role to add group
1 parent a7c2ac3 commit 82a7460

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

playbooks/foreman_proxy_content_dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- role: foreman_proxy_content
1515
foreman_directory: "{{ ansible_user_dir }}/foreman/config/"
1616
devel: true
17+
become: true
1718
base_foreman_directory: "{{ ansible_user_dir }}/foreman/"
1819
- role: foreman_installer
1920
become: true

playbooks/repositories_test.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- hosts: all
3+
tasks:
4+
- name: "Setup git repositories"
5+
ansible.builtin.include_role:
6+
name: git_repo
7+
loop: "{{ git_repositories }}"
8+
loop_control:
9+
loop_var: repo
10+
vars:
11+
git_repo_repository: "{{ repo }}"

0 commit comments

Comments
 (0)