Rename .yml to .yaml

This commit is contained in:
Anthony Rose 2025-02-27 15:17:43 +00:00
parent b5ba14884a
commit b296b0153e
128 changed files with 108 additions and 108 deletions

View file

@ -20,4 +20,4 @@
gui: false gui: false
tasks: tasks:
- name: Include main - name: Include main
ansible.builtin.include_tasks: main.yml ansible.builtin.include_tasks: main.yaml

View file

@ -20,4 +20,4 @@
gui: true gui: true
tasks: tasks:
- name: Include main - name: Include main
ansible.builtin.include_tasks: main.yml ansible.builtin.include_tasks: main.yaml

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
. ./roles/home-cli/files/profile . ./roles/home-cli/files/profile
./user-cli.yml -i ./inventories/$(uname -s).ini ./user-cli.yaml -i ./inventories/$(uname -s).ini

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
. ./roles/home-cli/files/profile . ./roles/home-cli/files/profile
./user-gui.yml -i ./inventories/$(uname -s).ini ./user-gui.yaml -i ./inventories/$(uname -s).ini

View file

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.
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: modules.yml - import_tasks: modules.yaml
- import_tasks: ssh.yml - import_tasks: ssh.yaml
- import_tasks: solokeys.yml - import_tasks: solokeys.yaml
- import_tasks: locale.yml - import_tasks: locale.yaml
- import_tasks: printing.yml - import_tasks: printing.yaml
- import_tasks: localbin.yml - import_tasks: localbin.yaml

View file

@ -13,23 +13,23 @@
# 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.
- import_tasks: apt-sources.yml - import_tasks: apt-sources.yaml
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-devel.yml - import_tasks: packages-devel.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: modules.yml - import_tasks: modules.yaml
- import_tasks: ssh.yml - import_tasks: ssh.yaml
- import_tasks: solokeys.yml - import_tasks: solokeys.yaml
when: wsl == false when: wsl == false
- import_tasks: sudo.yml - import_tasks: sudo.yaml
- import_tasks: packagekit.yml - import_tasks: packagekit.yaml
when: gui == true and wsl == false when: gui == true and wsl == false
- import_tasks: timezone.yml - import_tasks: timezone.yaml
when: wsl == false when: wsl == false
- import_tasks: systemd.yml - import_tasks: systemd.yaml
when: wsl == false when: wsl == false
- import_tasks: gdm.yml - import_tasks: gdm.yaml
- import_tasks: podman.yml - import_tasks: podman.yaml
- import_tasks: sysctl.yml - import_tasks: sysctl.yaml
- import_tasks: sssd.yml - import_tasks: sssd.yaml

View file

@ -13,14 +13,14 @@
# 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.
- import_tasks: repos.yml - import_tasks: repos.yaml
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: modules.yml - import_tasks: modules.yaml
- import_tasks: ssh.yml - import_tasks: ssh.yaml
- import_tasks: solokeys.yml - import_tasks: solokeys.yaml
- import_tasks: packagekit.yml - import_tasks: packagekit.yaml
- import_tasks: zram.yml - import_tasks: zram.yaml
- import_tasks: journald.yml - import_tasks: journald.yaml
- import_tasks: timezone.yml - import_tasks: timezone.yaml

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.
- import_tasks: timezone.yml - import_tasks: timezone.yaml
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: modules.yml - import_tasks: modules.yaml
- import_tasks: ssh.yml - import_tasks: ssh.yaml
- import_tasks: solokeys.yml - import_tasks: solokeys.yaml
- import_tasks: packagekit.yml - import_tasks: packagekit.yaml

View file

@ -13,14 +13,14 @@
# 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.
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: rc.yml - import_tasks: rc.yaml
- import_tasks: sysctl.yml - import_tasks: sysctl.yaml
- import_tasks: gettytab.yml - import_tasks: gettytab.yaml
- import_tasks: sudo.yml - import_tasks: sudo.yaml
- import_tasks: xorg.yml - import_tasks: xorg.yaml
when: gui == true when: gui == true
- import_tasks: qemu-guest.yml - import_tasks: qemu-guest.yaml
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm" when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm"

View file

@ -33,8 +33,8 @@
wsl: true wsl: true
when: '"microsoft" in check_wsl.stdout' when: '"microsoft" in check_wsl.stdout'
- import_tasks: shell.yml - import_tasks: shell.yaml
- import_tasks: dirs.yml - import_tasks: dirs.yaml
- import_tasks: dotfiles.yml - import_tasks: dotfiles.yaml
- import_tasks: ssh.yml - import_tasks: ssh.yaml

View file

@ -13,13 +13,13 @@
# 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.
- import_tasks: dirs.yml - import_tasks: dirs.yaml
- import_tasks: dotfiles.yml - import_tasks: dotfiles.yaml
- import_tasks: flatpak.yml - import_tasks: flatpak.yaml
when: wsl == false when: wsl == false
- import_tasks: firefox.yml - import_tasks: firefox.yaml
- import_tasks: gnome.yml - import_tasks: gnome.yaml
- import_tasks: kde.yml - import_tasks: kde.yaml
- import_tasks: mate.yml - import_tasks: mate.yaml
- import_tasks: sublimetext.yml - import_tasks: sublimetext.yaml

View file

@ -13,8 +13,8 @@
# 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.
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: ssh.yml - import_tasks: ssh.yaml
- import_tasks: sudo.yml - import_tasks: sudo.yaml

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.
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yaml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yaml
when: gui == true when: gui == true
- import_tasks: sudo.yml - import_tasks: sudo.yaml
- import_tasks: xorg.yml - import_tasks: xorg.yaml
when: gui == true when: gui == true

Some files were not shown because too many files have changed in this diff Show more