-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix playbook to run terminal on remote hosts as wel #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase so this only includes the relevant changes?
It seems like you may be doing a merge/rebase, which means all the other changes are mixed in when I try previewing it on GitHub: https://github.com/geerlingguy/mac-dev-playbook/pull/107/files Can you do a |
Removed some work obviously already done. I am working on the vim stuff and sublime stuff. Did you allready put the mouse tracking in de .osx file? do you know of any way to configure the mentioned accounts on the cli?
…variable, \ncreated block (for tags to work), \nFixed some strong language, \N fixed some shell / command preference (ansible-lint)
main.yml
Outdated
@@ -39,6 +39,18 @@ | |||
|
|||
- import_tasks: tasks/extra-packages.yml | |||
tags: ['extra-packages'] | |||
- name: Install global Ruby gems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like some other commits/changes made it to this PR too, including some different inventory bits too, and a few changes to the default config...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated main.yml and invetory to remove those
To keep the task in conformity with the other playbook tasks for now, I'm not using the 'FQCN' to call the |
* 'master' of github.com:geerlingguy/mac-dev-playbook: (63 commits) Close windows when empty. Please. Fixes geerlingguy#127: Replace Sequel Pro with Sequel Ace. update link to ChromeDriver (geerlingguy#128) Don't create a new window at startup on Mac in Sublime Text. Fixes geerlingguy#119: Remove extraneous Ansible setup tasks. Tweak one direction in install instructions [skip ci]. Another tweak to the initial install instructions. Make first-time setup instructions slightly more succint. And correct. Fix CI for new collections-based world. Fixes geerlingguy#116: Switch from roles and dock tasks to geerlingguy.mac collection. Automate Sublime Text configuration (geerlingguy#117) Add /opt/homebrew/bin to example PATH in install instructions. After merging geerlingguy#107, can drop -i inventory. Update tasks/terminal.yml remove remove double double code code cleanup reuirements on request cleanup persoal crud cleanup persoal crud cleanup persoal crud Fix formatting from previous commit. ...
fix playbook to run terminal on remote hosts as wel
#102
also added tag