Skip to content

Commit f6333e0

Browse files
committed
Update main.yml
1 parent 139a6cf commit f6333e0

File tree

1 file changed

+1
-5
lines changed
  • roles/build_report_container/tasks

1 file changed

+1
-5
lines changed

roles/build_report_container/tasks/main.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
- name: Set nis_enabled flag on and keep it persistent across reboots
3-
become: true
43
ansible.posix.seboolean:
54
name: nis_enabled
65
state: true
@@ -25,22 +24,19 @@
2524
recreate: true
2625

2726
- name: Create HTML report
28-
become: true
2927
ansible.builtin.template:
3028
src: report.j2
3129
dest: "{{ file_path }}/index.html"
3230
mode: "644"
3331

3432
- name: Copy CSS over
35-
become: true
3633
ansible.builtin.copy:
3734
src: "css"
3835
dest: "{{ file_path }}"
3936
directory_mode: true
40-
mode: "644"
37+
mode: "775"
4138

4239
- name: Copy CSS over
43-
become: true
4440
ansible.builtin.copy:
4541
src: "{{ item }}"
4642
dest: "{{ file_path }}"

0 commit comments

Comments
 (0)