Compare commits

..

No commits in common. "d6e09f231723d3ad627c7ee5251db0ebd4b916a7" and "51d48f7f4958318b7e1e86ecab4f7e8a81bd8639" have entirely different histories.

4 changed files with 1 additions and 32 deletions

View File

@ -1,14 +0,0 @@
---
- name: install chocolatey package
win_chocolatey:
name: firefox
package_params: >-
/l:en-GB
/NoDesktopShortcut
/NoAutoUpdate
state: latest
# - TODO: create extensions directory
# file:
# path: '{{ansible_env.ProgramFiles}}/Mozilla Firefox/distribution/extensions'
# state: directory

View File

@ -1,2 +0,0 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'

View File

@ -1,15 +1,4 @@
---
- name: install chocolatey package
win_chocolatey:
name: git
package_params: >-
/GitAndUnixToolsOnPath
/NoShellIntegration
/NoGuiHereIntegration
/NoCredentialManager
/NoOpenSSH
state: latest
- name: clone config repos
win_git:
repo: '{{item.repo}}'
@ -17,7 +6,4 @@
version: master
with_items: '{{git_config_repos}}'
# - TODO: install pip packages
# win_pip:
# name: '{{git_pip_packages}}'
# state: latest
# TODO: - name: install pip packages

View File

@ -25,4 +25,3 @@
- role: 1password
- role: autohotkey
- role: firefox