diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-05-25 03:12:47 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-05-25 03:12:47 +0200 |
commit | f8ab68e40dda046171de02df6a7c12514f570bf8 (patch) | |
tree | abe825df189af419216eb66c857cb3f8f089578f /roles/ubuntu-ws | |
parent | loop vs. with - the beginnings... (diff) |
replace all with_items with loop
Diffstat (limited to 'roles/ubuntu-ws')
-rw-r--r-- | roles/ubuntu-ws/tasks/main.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/ubuntu-ws/tasks/main.yml b/roles/ubuntu-ws/tasks/main.yml index 57b17462..30b77816 100644 --- a/roles/ubuntu-ws/tasks/main.yml +++ b/roles/ubuntu-ws/tasks/main.yml @@ -2,11 +2,11 @@ - import_tasks: fs.yml - name: prohibited packages + loop: + - flashplugin-installer template: src: prohibited-package.j2 dest: "/etc/apt/preferences.d/{{ item }}.disabled" - with_items: - - flashplugin-installer - name: base packages apt: @@ -33,7 +33,6 @@ - firefox - chromium-browser state: present - with_items: - name: install multimedia stuff apt: |