Compare commits
No commits in common. "prod" and "v1.1" have entirely different histories.
2 changed files with 0 additions and 7 deletions
|
|
@ -6,6 +6,4 @@
|
||||||
- include_tasks: pacman.yml
|
- include_tasks: pacman.yml
|
||||||
when: ansible_facts['distribution'] == "Archlinux"
|
when: ansible_facts['distribution'] == "Archlinux"
|
||||||
|
|
||||||
- include_tasks: packages.yml
|
|
||||||
|
|
||||||
- include_tasks: directories.yml
|
- include_tasks: directories.yml
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,3 @@
|
||||||
name: build_mirrorlist.timer
|
name: build_mirrorlist.timer
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
- name: refresh package cache and upgrade packages
|
|
||||||
community.general.pacman:
|
|
||||||
upgrade: true
|
|
||||||
update_cache: true
|
|
||||||
Loading…
Add table
Reference in a new issue