Skip to content

Instantly share code, notes, and snippets.

@carreirorco
Created August 29, 2021 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carreirorco/f8aba85f80c8bf50b1c83e634d4f6b4d to your computer and use it in GitHub Desktop.
Save carreirorco/f8aba85f80c8bf50b1c83e634d4f6b4d to your computer and use it in GitHub Desktop.
resultado_execucao_InstallGnomeExtensions_yml
[rafael@fedora lab_ansible]$ ansible-playbook InstallGnomeExtensions.yml
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
PLAY [localhost] *******************************************************************************************************************************************************
TASK [Gathering Facts] *************************************************************************************************************************************************
ok: [localhost]
TASK [jaredhocutt.gnome_extensions : Parse Gnome Shell version] ********************************************************************************************************
ok: [localhost]
TASK [jaredhocutt.gnome_extensions : set_fact] *************************************************************************************************************************
ok: [localhost]
TASK [jaredhocutt.gnome_extensions : Get Gnome Shell extension info] ***************************************************************************************************
ok: [localhost] => (item=779)
TASK [jaredhocutt.gnome_extensions : include_tasks] ********************************************************************************************************************
included: /home/rafael/lab_ansible/roles/jaredhocutt.gnome_extensions/tasks/install_extension.yml for localhost
TASK [jaredhocutt.gnome_extensions : Check if Gnome Shell extension is already installed - Clipboard Indicator] ********************************************************
ok: [localhost]
TASK [jaredhocutt.gnome_extensions : Create temporary download directory] **********************************************************************************************
skipping: [localhost]
TASK [jaredhocutt.gnome_extensions : Download Gnome Shell extension - Clipboard Indicator] *****************************************************************************
skipping: [localhost]
TASK [jaredhocutt.gnome_extensions : Create install directory - Clipboard Indicator] ***********************************************************************************
skipping: [localhost]
TASK [jaredhocutt.gnome_extensions : Install Gnome Shell extension - Clipboard Indicator] ******************************************************************************
skipping: [localhost]
TASK [jaredhocutt.gnome_extensions : Enable Gnome Shell extension - Clipboard Indicator] *******************************************************************************
skipping: [localhost]
TASK [jaredhocutt.gnome_extensions : Delete temporary download directory] **********************************************************************************************
skipping: [localhost]
PLAY RECAP *************************************************************************************************************************************************************
localhost : ok=6 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment