Skip to content
Snippets Groups Projects
Commit f2e18e5b authored by nimrod's avatar nimrod
Browse files

Don't prompt user for question in Flatpak.

parent b99bf669
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
- name: Install - name: Install
become: False become: False
command: | command: |
flatpak install --user flathub com.skype.Client flatpak install --user --assumeyes flathub com.skype.Client
register: skype_flatpak_install register: skype_flatpak_install
changed_when: | changed_when: |
'Installing' in skype_flatpak_install.stdout 'Installing' in skype_flatpak_install.stdout
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
- name: Install - name: Install
become: False become: False
command: | command: |
flatpak install --user flathub com.slack.Slack flatpak install --user --assumeyes flathub com.slack.Slack
register: slack_flatpak_install register: slack_flatpak_install
changed_when: | changed_when: |
'Installing' in slack_flatpak_install.stdout 'Installing' in slack_flatpak_install.stdout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment