Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
fixed become
  • Loading branch information
sbaerlocher authored Sep 22, 2020
2 parents 3f0d10a + f500b3d commit 3113706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## 2.2.2

### Fixed

- Fixed become in tasks

## 2.2.1

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions tasks/distribution/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: 'Windows : Install OpenSSH'
become_method: runas
become_user: System
become: yes
become: true
sbaerlocher.windows.win_capability:
name: 'OpenSSH.Server~~~~0.0.1.0'

Expand Down Expand Up @@ -36,8 +36,7 @@
dest: 'C:\ProgramData\ssh\sshd_config'
notify: restart windows sshd

- name: 'Windows : Create revoked_keys and set permissions to root/600'
become: true
- name: 'Windows : Create revoked_keys'
template:
src: 'revoked_keys.j2'
dest: 'C:\ProgramData\ssh\revoked_keys'
Expand Down

0 comments on commit 3113706

Please sign in to comment.