Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
fix import lint
  • Loading branch information
sbaerlocher authored May 4, 2020
2 parents 9dfe189 + 441559d commit 33f1e6d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 25 deletions.
41 changes: 22 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Changelog

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/).

## master

## 0.0.2

### Added

- Add role files

## 0.0.1

### Added

- Initial develop
- Initial docs
# Changelog

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/).

## master

## 0.0.2

### Fixed

- Fixed import lint
### Added

- Add role files

## 0.0.1

### Added

- Initial develop
- Initial docs
1 change: 0 additions & 1 deletion roles/disks/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
galaxy_info:
role_name: disks
author: Simon Baerlocher (https://sbaerlocher.ch)
description: Initializes, formats and mounts an additional disk on the target system.
license: MIT
Expand Down
1 change: 0 additions & 1 deletion roles/onedrive/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
galaxy_info:
role_name: onedrive
author: Simon Baerlocher (https://sbaerlocher.ch)
description: Disables or removes Microsoft OneDrive on a Windows 10 device.
license: MIT
Expand Down
1 change: 0 additions & 1 deletion roles/remote_desktop/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
galaxy_info:
role_name: remote_desktop
author: Simon Baerlocher (https://sbaerlocher.ch)
description: Enables Windows Remote Desktop Services on Windows.
license: MIT
Expand Down
1 change: 0 additions & 1 deletion roles/startlayout/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
galaxy_info:
role_name: startlayout
author: Simon Baerlocher (https://sbaerlocher.ch)
description: With this role the default start menu and task bar of a new profile can be defined.
license: MIT
Expand Down
2 changes: 0 additions & 2 deletions roles/startlayout/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
win_template:
src: 'StartLayout.xml.j2'
dest: "{{ ansible_env.TEMP }}\\StartLayout.xml"
register: register_startlayout

- name: 'Import startlayout'
win_shell: "Import-StartLayout -LayoutPath {{ ansible_env.TEMP }}\\StartLayout.xml -MountPath $env:SystemDrive\\"
when: register_startlayout.changed

0 comments on commit 33f1e6d

Please sign in to comment.