Compare commits
No commits in common. "d6e09f231723d3ad627c7ee5251db0ebd4b916a7" and "51d48f7f4958318b7e1e86ecab4f7e8a81bd8639" have entirely different histories.
d6e09f2317
...
51d48f7f49
@ -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
|
|
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
|
@ -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
|
- name: clone config repos
|
||||||
win_git:
|
win_git:
|
||||||
repo: '{{item.repo}}'
|
repo: '{{item.repo}}'
|
||||||
@ -17,7 +6,4 @@
|
|||||||
version: master
|
version: master
|
||||||
with_items: '{{git_config_repos}}'
|
with_items: '{{git_config_repos}}'
|
||||||
|
|
||||||
# - TODO: install pip packages
|
# TODO: - name: install pip packages
|
||||||
# win_pip:
|
|
||||||
# name: '{{git_pip_packages}}'
|
|
||||||
# state: latest
|
|
||||||
|
@ -25,4 +25,3 @@
|
|||||||
|
|
||||||
- role: 1password
|
- role: 1password
|
||||||
- role: autohotkey
|
- role: autohotkey
|
||||||
- role: firefox
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user