Skip to content

Commit

Permalink
Merge pull request #718 from jlarriba/become
Browse files Browse the repository at this point in the history
Re-introduce a become: true that was previously wrongly removed
  • Loading branch information
openshift-merge-bot[bot] authored Aug 2, 2024
2 parents 9036d95 + 96fc149 commit 9bbca28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions roles/edpm_telemetry/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
name: "osp.edpm.edpm_telemetry"
vars:
telemetry_test: true
ansible_user: root
ansible_user_dir: /root
2 changes: 0 additions & 2 deletions roles/edpm_telemetry_logging/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
name: "osp.edpm.edpm_telemetry_logging"
vars:
telemetry_test: true
ansible_user: root
ansible_user_dir: /root
1 change: 1 addition & 0 deletions roles/edpm_telemetry_logging/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
remote_src: "{{ telemetry_test | default('false') }}"

- name: Deploy rsyslog configuration
become: true
ansible.builtin.copy:
src: "{{ edpm_telemetry_logging_config_src }}/10-telemetry.conf"
dest: "{{ edpm_telemetry_rsyslog_config_dest }}/10-telemetry.conf"
Expand Down

0 comments on commit 9bbca28

Please sign in to comment.