Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1311 from MohdWaquar/topic/myounis…
Browse files Browse the repository at this point in the history
…/disable_tdnf_cache

[Photon]Disable tdnf cache timer
  • Loading branch information
k8s-ci-robot authored Sep 28, 2023
2 parents da28ab2 + ba2c96f commit e1288a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/capi/ansible/roles/node/tasks/photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@
backrefs: true
regexp: "^(?!.*apparmor=0)(photon_cmdline.*)"
line: '\1 apparmor=0'

- name: Disable tdnf cache timer
systemd:
name: tdnf-cache-updateinfo.timer
enabled: false
state: stopped

0 comments on commit e1288a3

Please sign in to comment.