Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible-desktop-playbooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
ansible-desktop-playbooks
Commits
3272180f
Commit
3272180f
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Install Skype using Flatpak.
parent
fe839cf2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
skype.yml
+10
-31
10 additions, 31 deletions
skype.yml
with
11 additions
and
31 deletions
.gitignore
+
1
−
0
View file @
3272180f
...
...
@@ -10,3 +10,4 @@ __pycache__
.vagrant/
*.log
*.retry
skype.flatpakref
This diff is collapsed.
Click to expand it.
skype.yml
+
10
−
31
View file @
3272180f
...
...
@@ -9,39 +9,18 @@
-
ansible_architecture in [ 'x86_64', 'x86' ]
-
ansible_pkg_mgr == 'apt'
-
name
:
Add i386 architecture to dpkg
command
:
/usr/bin/dpkg --add-architecture i386
changed_when
:
False
-
name
:
APT install dependencies
with_items
:
-
libc6:i386
-
libqt4-dbus:i386
-
libqt4-network:i386
-
libqt4-xml:i386
-
libqtcore4:i386
-
libqtgui4:i386
-
libqtwebkit4:i386
-
libstdc++6:i386
-
libx11-6:i386
-
libxext6:i386
-
libxss1:i386
-
libxv1:i386
-
libssl1.0.0:i386
-
libpulse0:i386
-
libasound2-plugins:i386
-
name
:
APT install Flatpak
apt
:
name
:
'
{{
item
}}'
name
:
flatpak
state
:
present
update_cache
:
yes
cache_valid_time
:
3600
-
name
:
Get Skype Debian package
get_url
:
src
:
http://www.skype.com/go/getskype-linux-deb
dest
:
/root/skype.deb
-
name
:
Install Skype Debian package
apt
:
deb
:
/root/skype.deb
state
:
present
-
name
:
Install
become
:
False
command
:
|
flatpak install --user --from https://s3.amazonaws.com/alexlarsson/skype-repo/skype.flatpakref
register
:
skype_flatpak_install
changed_when
:
|
'Installing' in skype_flatpak_install.stdout
failed_when
:
skype_flatpak_install.rc|int > 0 and 'already installed' not in skype_flatpak_install.stderr
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment