1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

change order

This commit is contained in:
Lilian Roller 2019-07-16 16:26:04 +02:00
parent a6283112e7
commit e44c852311
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,6 @@
- include_tasks: versioncheck.yml - include_tasks: versioncheck.yml
when: submodules_versioncheck | bool when: submodules_versioncheck | bool
- include_tasks: editor.yml
when: editor_is_vim | bool
- include_tasks: sources.yml - include_tasks: sources.yml
when: ansible_distribution == 'Debian' when: ansible_distribution == 'Debian'
@ -66,3 +63,6 @@
state: latest state: latest
when: when:
- upgrade_packages_to_latest_version|bool - upgrade_packages_to_latest_version|bool
- include_tasks: editor.yml
when: editor_is_vim | bool

View file

@ -47,5 +47,5 @@ fedora_packages:
- python3-pip - python3-pip
- python3 - python3
playbook_version_number: 8958 # should be over ninethousand playbook_version_number: 8959 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version' playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'