Skip to content

Commit e2c6686

Browse files
authoredMar 5, 2020
Remove runas and increment version (ansible-collections#4)
1 parent cbbeed2 commit e2c6686

File tree

7 files changed

+88
-93
lines changed

7 files changed

+88
-93
lines changed
 

‎galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: ansible
22
name: windows
3-
version: 0.0.1
3+
version: 0.0.1-beta.1
44
readme: README.md
55
authors:
66
- Jordan Borean @jborean93

‎plugins/become/__init__.py

Whitespace-only changes.

‎plugins/become/runas.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

‎tests/integration/targets/win_find/tasks/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
file_type: directory
744744
register: secure_result_inaccessible
745745
become: true
746-
become_method: ansible.windows.runas
746+
become_method: runas
747747
become_user: '{{test_win_find_username}}'
748748
vars:
749749
ansible_become_password: '{{test_win_find_password}}'
@@ -771,7 +771,7 @@
771771
file_type: directory
772772
register: secure_result
773773
become: true
774-
become_method: ansible.windows.runas
774+
become_method: runas
775775
become_user: '{{ test_win_find_username }}'
776776
vars:
777777
ansible_become_password: '{{ test_win_find_password }}'

‎tests/integration/targets/win_package/tasks/msix_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
makeappx_path: '{{ test_path }}\makeappx\makeappx.exe'
6767
signtool_path: '{{ test_path }}\makeappx\signtool.exe'
6868
become: true # New-SelfSignedCertificate requires this to store the cert with key into the store.
69-
become_method: ansible.windows.runas
69+
become_method: runas
7070
vars:
7171
ansible_become_user: '{{ ansible_user }}'
7272
ansible_become_pass: '{{ ansible_password }}'

0 commit comments

Comments
 (0)