Posts

Showing posts from December 29, 2018

What are the basic files (dirs and regular file) in Ansible-Galaxy roles? [closed]

Image
Clash Royale CLAN TAG #URR8PPP 0 I have an Ansible playbook for establishing LAMP environments on remote machines. Part of this playbook deals with installing Composer: - name: Install Composer get_url: url: https://getcomposer.org/installer dest: /tmp/composer-setup.php command: php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer My consideration Instead these 5-lines structure I was thinking of using this ansible-galaxy command inside the playbook: ansible-galaxy install geerlingguy.composer geerlingguy.composer is the most communally supported AG role with more than million users (so I assume that if there is a problem and Jeff isn't around at the moment - say, took vacation in Hawaii or something, there will be many community members to fix the problem and ensure stability. Using this will also shorten my already quite-long playbook. My question Why is Ansible-Galaxy role by our beloved Geerling (and some other similar roles) all inc

Can I have my screenshot files written immediately in Mojave? [duplicate]

Image
Clash Royale CLAN TAG #URR8PPP 5 1 This question already has an answer here: How to disable Mojave's floating thumbnail screenshot preview? 1 answer In macOS Mojave, whenever you take a screenshot a small preview thumbnail will appear at the bottom-right of your screen, and then it will go away on its own. I have noticed that the .PNG screenshot file will be written to your Desktop after the thumbnail flies away, rather than instantaneously like it used to be. This may sound ridiculous but as a very extensive user of the screenshot features, this lag is rather annoying. The closest solution I have found is that if you manually swipe the thumbnail to the right, your screenshot will be written a bit earlier. Is it possible to configure the screenshots behavior to write the file immediately? I don't mind deactivating the thumbnail preview - I just want to have the file sitting on my Desktop as soon as possible. I am running macOS Mojave 10.14.2. finder mo