mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
change order
This commit is contained in:
parent
a6283112e7
commit
e44c852311
2 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
|||
- include_tasks: versioncheck.yml
|
||||
when: submodules_versioncheck | bool
|
||||
|
||||
- include_tasks: editor.yml
|
||||
when: editor_is_vim | bool
|
||||
|
||||
- include_tasks: sources.yml
|
||||
when: ansible_distribution == 'Debian'
|
||||
|
||||
|
@ -66,3 +63,6 @@
|
|||
state: latest
|
||||
when:
|
||||
- upgrade_packages_to_latest_version|bool
|
||||
|
||||
- include_tasks: editor.yml
|
||||
when: editor_is_vim | bool
|
||||
|
|
|
@ -47,5 +47,5 @@ fedora_packages:
|
|||
- python3-pip
|
||||
- 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'
|
||||
|
|
Loading…
Reference in a new issue