1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

Removed whitespaces

This commit is contained in:
Lilian Roller 2019-04-24 12:43:25 +02:00
parent 80c98593ad
commit a7092361c7
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
5 changed files with 7 additions and 7 deletions

View file

@ -2,6 +2,6 @@
- name: ensure i3 packages are installed.
pacman:
name: "{{ i3_packages }}"
state: latest
state: present
update_cache: yes
become: true

View file

@ -2,5 +2,5 @@
- name: ensure i3 packages are installed.
dnf:
name: "{{ i3_packages }}"
state: "latest"
state: present
become: true