The include module is being phased out

This commit is contained in:
Anthony Rose 2021-12-01 22:17:45 +00:00
parent c68e185b13
commit 2514d38819
11 changed files with 70 additions and 70 deletions

View file

@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
- include: solokeys.yml - import_tasks: solokeys.yml
- include: locale.yml - import_tasks: locale.yml
- include: printing.yml - import_tasks: printing.yml
- include: localbin.yml - import_tasks: localbin.yml

View file

@ -13,17 +13,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: apt-sources.yml - import_tasks: apt-sources.yml
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: build-env.yml - import_tasks: build-env.yml
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
- include: solokeys.yml - import_tasks: solokeys.yml
when: wsl_distro is not defined when: wsl_distro is not defined
- include: sudo.yml - import_tasks: sudo.yml
- include: vscode.yml - import_tasks: vscode.yml
when: gui == true when: gui == true
- include: packagekit.yml - import_tasks: packagekit.yml
when: gui == true when: gui == true

View file

@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
- include: solokeys.yml - import_tasks: solokeys.yml
- include: packagekit.yml - import_tasks: packagekit.yml
- include: vscode.yml - import_tasks: vscode.yml

View file

@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
- include: solokeys.yml - import_tasks: solokeys.yml
- include: vscode.yml - import_tasks: vscode.yml
when: gui == true when: gui == true
- include: packagekit.yml - import_tasks: packagekit.yml

View file

@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: rc.yml - import_tasks: rc.yml
- include: sysctl.yml - import_tasks: sysctl.yml
- include: sudo.yml - import_tasks: sudo.yml
- include: ssh.yml - import_tasks: ssh.yml
- include: xorg.yml - import_tasks: xorg.yml
when: gui == true when: gui == true

View file

@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: dirs.yml - import_tasks: dirs.yml
- include: dotfiles.yml - import_tasks: dotfiles.yml
- include: shell.yml - import_tasks: shell.yml
- include: vim.yml - import_tasks: vim.yml
- include: ssh-authorized-keys.yml - import_tasks: ssh-authorized-keys.yml

View file

@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: dirs.yml - import_tasks: dirs.yml
- include: dotfiles.yml - import_tasks: dotfiles.yml
- include: firefox.yml - import_tasks: firefox.yml
- include: gnome.yml - import_tasks: gnome.yml
- include: mate.yml - import_tasks: mate.yml
- include: sublimetext.yml - import_tasks: sublimetext.yml

View file

@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: sudo.yml - import_tasks: sudo.yml
- include: console.yml - import_tasks: console.yml
- include: xorg.yml - import_tasks: xorg.yml
when: gui == true when: gui == true

View file

@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
when: wsl_distro is not defined when: wsl_distro is not defined
- include: solokeys.yml - import_tasks: solokeys.yml
when: wsl_distro is not defined when: wsl_distro is not defined

View file

@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml
when: wsl_distro is not defined when: wsl_distro is not defined
- include: solokeys.yml - import_tasks: solokeys.yml
when: wsl_distro is not defined when: wsl_distro is not defined

View file

@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: packages-cli.yml - import_tasks: packages-cli.yml
- include: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- include: build-env.yml - import_tasks: build-env.yml
- include: modules.yml - import_tasks: modules.yml
- include: ssh.yml - import_tasks: ssh.yml