replace deprecated include with include_tasks

This commit is contained in:
Pig Monkey 2022-10-14 17:36:47 -07:00
parent 9abcd0b63d
commit 29beab046f
9 changed files with 36 additions and 36 deletions

View file

@ -30,8 +30,8 @@
tags:
- kernelparams
- include: shell.yml
- include: user.yml
- include: sudo.yml
- include: packages.yml
- include: journal.yml
- include_tasks: shell.yml
- include_tasks: user.yml
- include_tasks: sudo.yml
- include_tasks: packages.yml
- include_tasks: journal.yml

View file

@ -14,7 +14,7 @@
- name: Create cryptshot last run directory
file: path=/usr/local/etc/cryptshot/lastrun state=directory
- include: config.yml
- include_tasks: config.yml
with_items: "{{ cryptshot }}"
loop_control:
loop_var: target

View file

@ -8,7 +8,7 @@
- xorg-server-xwayland
state: present
- include: dconf.yml
- include: gtk.yml
- include: gnome_shell.yml
- include: online_accounts.yml
- include_tasks: dconf.yml
- include_tasks: gtk.yml
- include_tasks: gnome_shell.yml
- include_tasks: online_accounts.yml

View file

@ -23,4 +23,4 @@
line='[Default Applications]'
insertbefore=BOF
- include: rofi.yml
- include_tasks: rofi.yml

View file

@ -1,5 +1,5 @@
---
- include: tlp.yml
- include_tasks: tlp.yml
- name: Copy touchpad configuration file
copy: src=30-touchpad.conf dest=/etc/X11/xorg.conf.d/30-touchpad.conf

View file

@ -81,7 +81,7 @@
name: goimapnotify
state: present
- include: msmtp.yml
- include: isync.yml
#- include: offlineimap.yml
- include: mailsync.yml
- include_tasks: msmtp.yml
- include_tasks: isync.yml
#- include_tasks: offlineimap.yml
- include_tasks: mailsync.yml

View file

@ -1,16 +1,16 @@
---
- include: beets.yml
- include: abcde.yml
- include: imagemagick.yml
- include: inkscape.yml
- include: gimp.yml
- include: gthumb.yml
- include: feh.yml
- include: imv.yml
- include: teiler.yml
- include: flac2all.yml
- include: darktable.yml
- include: qcode.yml
- include_tasks: beets.yml
- include_tasks: abcde.yml
- include_tasks: imagemagick.yml
- include_tasks: inkscape.yml
- include_tasks: gimp.yml
- include_tasks: gthumb.yml
- include_tasks: feh.yml
- include_tasks: imv.yml
- include_tasks: teiler.yml
- include_tasks: flac2all.yml
- include_tasks: darktable.yml
- include_tasks: qcode.yml
- name: Install misc media codecs and helpers
pacman:

View file

@ -9,6 +9,6 @@
name: hamlib
state: present
- include: rtl-sdr.yml
#- include: radio_mgmt.yml
- include: radio_ops.yml
- include_tasks: rtl-sdr.yml
#- include_tasks: radio_mgmt.yml
- include_tasks: radio_ops.yml

View file

@ -45,8 +45,8 @@
tags:
- libinput
- include: sxhkd.yml
- include: unclutter.yml
- include: autorandr.yml
- include: autocutsel.yml
- include: xdg.yml
- include_tasks: sxhkd.yml
- include_tasks: unclutter.yml
- include_tasks: autorandr.yml
- include_tasks: autocutsel.yml
- include_tasks: xdg.yml