Skip to content

Commit

Permalink
fix: ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Sep 30, 2024
1 parent 7b8fd01 commit fcb74e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/install_runner_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
args:
chdir: "{{ runner_dir }}"
changed_when: true
become_method: runas
become_method: ansible.builtin.runas
become_user: "{{ runner_user }}"
become: true
no_log: "{{ hide_sensitive_logs | bool }}"
Expand All @@ -107,7 +107,7 @@
args:
chdir: "{{ runner_dir }}"
changed_when: true
become_method: runas
become_method: ansible.builtin.runas
become_user: "{{ runner_user }}"
become: true
no_log: "{{ hide_sensitive_logs | bool }}"
Expand Down
2 changes: 1 addition & 1 deletion tasks/uninstall_runner_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
args:
chdir: "{{ runner_dir }}"
become: true
become_method: runas
become_method: ansible.builtin.runas
become_user: "{{ runner_user }}"
no_log: "{{ hide_sensitive_logs | bool }}"
changed_when: true
Expand Down

0 comments on commit fcb74e4

Please sign in to comment.