Derek Colley

Results 47 comments of Derek Colley

If anyone is interested, I also asked the question here: https://community.smartthings.com/t/mqtt-bridge-smartapp-does-not-trigger-dh/167834

how about an "action | on_click | on_tap" declaration ``` my_action_declaration: type: [ web | http | skype | callto://mom ] url: http[s]://my.security.cam.ip/login my_camera_widget: widget_type: camera title: My Camera refresh:...

I still get this error with the latest version, what is the official method to get sdk working on nodejs?

on ubuntu, this seems to work for me ``` sudo apt install python2 nvm install 9 sudo apt install librocksdb-dev PYTHON=/usr/bin/python2 npm install --save rocksdb-node ```

In my inventory I configured a key for `User credentials` and user:pass `Sudo credentials`. Finally adding this in the Environment worked for me: ```json { "ansible_become_user": "root" } ``` ![image](https://github.com/ansible-semaphore/semaphore/assets/1845970/39d20114-7771-461e-afff-86459daccbb1)

This is my playbook: ```yml --- - name: Update and upgrade packages on Ubuntu hosts: all become: true tasks: - name: Update apt cache apt: update_cache: true - name: Upgrade...

Does it actually work from the command line with these credentials?

Same problem for # key on Mac. It's been a year since this was raised as an issue. Other tools have "Option as Meta" config: https://apple.stackexchange.com/questions/156154/use-option-as-meta-key-with-ability-to-type-the-symbol https://osxdaily.com/2013/02/01/use-option-as-meta-key-in-mac-os-x-terminal/ Can we have...

@wuyue92tree 's reply works because of the sudo command **UserId:** You need to leave userid blank or put `root` (i.e. the user you want to become) **Password:** You need to...